Code

disable more features with --enable-mini
[ncmpc.git] / src / Makefile.am
index e03f645f80ca6d4e812686725e8ae962e405614e..2c0d63d802c0798c5f8e74548dcad938e67f6085 100644 (file)
@@ -57,7 +57,6 @@ ncmpc_SOURCES = \
        playlist.c \
        filelist.c \
   options.c\
-  conf.c\
   command.c\
        ncu.c \
   screen.c\
@@ -75,6 +74,11 @@ ncmpc_SOURCES = \
   utils.c\
        str_pool.c
 
+if NCMPC_MINI
+else
+ncmpc_SOURCES += conf.c
+endif
+
 if ENABLE_HELP_SCREEN
 ncmpc_SOURCES += screen_help.c
 endif