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 a1809976a..d79bda29f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,6 +36,7 @@ mpd_headers = \ buffer2array.h \ charConv.h \ command.h \ + condition.h \ conf.h \ dbUtils.h \ decode.h \ @@ -97,6 +98,7 @@ mpd_SOURCES = \ buffer2array.c \ charConv.c \ command.c \ + condition.c \ conf.c \ dbUtils.c \ decode.c \ |