diff options
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e03f645f8..2c0d63d80 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 |