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 216261ae9..b097e904c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,6 +38,7 @@ mpd_headers = \ command.h \ condition.h \ conf.h \ + crossfade.h \ dbUtils.h \ decode.h \ decoder_api.h \ @@ -102,6 +103,7 @@ mpd_SOURCES = \ command.c \ condition.c \ conf.c \ + crossfade.c \ dbUtils.c \ decode.c \ decoder_api.c \ |