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 fc0160e65..a16fef521 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,7 @@ ncmpc_headers = \ song.h \ mpdclient.h\ playlist.h \ + filelist.h \ options.h\ conf.h\ command.h\ @@ -46,6 +47,7 @@ ncmpc_SOURCES = \ main.c\ mpdclient.c\ playlist.c \ + filelist.c \ options.c\ conf.c\ command.c\ |