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