aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 399534da8..e89905bf2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -37,6 +37,7 @@ mpd_headers = \
input_stream.h \
input_file.h \
input_curl.h \
+ icy_metadata.h \
client.h \
dlist.h \
listen.h \
@@ -264,7 +265,7 @@ endif
if HAVE_CURL
-mpd_SOURCES += input_curl.c
+mpd_SOURCES += input_curl.c icy_metadata.c
endif