diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dd9690a2c..1fb3b8451 100644 --- a/Makefile.am +++ b/Makefile.am @@ -515,7 +515,7 @@ INPUT_SRC = \ src/input_stream.c \ src/input/file_input_plugin.c -if HAVE_CURL +if ENABLE_CURL INPUT_SRC += src/input/curl_input_plugin.c src/icy_metadata.c endif |