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 b327a8f93..4c1a58cc4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,7 @@ mpd_headers = \ command.h \ idle.h \ condition.h \ + cmdline.h \ conf.h \ crossfade.h \ dbUtils.h \ @@ -102,6 +103,7 @@ mpd_SOURCES = \ command.c \ idle.c \ condition.c \ + cmdline.c \ conf.c \ crossfade.c \ dbUtils.c \ |