Code

options: added constant option_table_size
[ncmpc.git] / src / Makefile.am
index a16fef52171ece3f1d1a9609616819519d637563..9a2d5c02263330f6a8c585669cffd1ba7af2a8d7 100644 (file)
@@ -20,6 +20,7 @@ ncmpc_headers = \
   options.h\
   conf.h\
   command.h\
+       ncu.h \
   screen.h\
   screen_utils.h\
   list_window.h\
@@ -51,6 +52,7 @@ ncmpc_SOURCES = \
   options.c\
   conf.c\
   command.c\
+       ncu.c \
   screen.c\
   screen_utils.c\
   screen_play.c\