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 2151daa77..6135c41bb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,6 +45,7 @@ mpd_headers = \ buffer2array.h \ charConv.h \ command.h \ + idle.h \ condition.h \ conf.h \ crossfade.h \ @@ -130,6 +131,7 @@ mpd_SOURCES = \ buffer2array.c \ charConv.c \ command.c \ + idle.c \ condition.c \ conf.c \ crossfade.c \ |