diff options
Diffstat (limited to 'src/Makefile.am')
-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 857c97cc2..21bef4d20 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,7 @@ ncmpc_headers = \ libmpdclient.h\ song.h \ mpdclient.h\ + playlist.h \ easy_download.h\ options.h\ conf.h\ @@ -45,6 +46,7 @@ ncmpc_SOURCES = \ song.c \ main.c\ mpdclient.c\ + playlist.c \ options.c\ conf.c\ command.c\ |