aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 58d1964e4..3ca89e165 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -116,7 +116,7 @@ mpd_headers = \
src/mixer/pulse_mixer_plugin.h \
src/daemon.h \
src/normalize.h \
- src/compress.h \
+ src/AudioCompress/compress.h \
src/buffer.h \
src/pipe.h \
src/chunk.h \
@@ -253,7 +253,7 @@ src_mpd_SOURCES = \
src/event_pipe.c \
src/daemon.c \
src/normalize.c \
- src/compress.c \
+ src/AudioCompress/compress.c \
src/buffer.c \
src/pipe.c \
src/chunk.c \