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 08f7ed012..e86c73eab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,6 +50,7 @@ mpd_headers = \ mpd_types.h \ myfprintf.h \ normalize.h \ + compress.h \ outputBuffer.h \ path.h \ pcm_utils.h \ @@ -95,6 +96,7 @@ mpd_SOURCES = \ metadataChunk.c \ myfprintf.c \ normalize.c \ + compress.c \ outputBuffer.c \ path.c \ pcm_utils.c \ |