aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 31cabfda0..b652ede98 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,6 +12,7 @@ ncmpc_LDADD = \
ncmpc_headers = \
libmpdclient.h\
+ resolver.h \
song.h \
mpdclient.h\
playlist.h \
@@ -40,6 +41,7 @@ lyr_src=${lyr_src_fixed}
ncmpc_SOURCES = \
libmpdclient.c\
+ resolver.c \
song.c \
main.c\
mpdclient.c\