diff options
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 56651e36f..8debfb6a7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,7 +45,7 @@ mpd_headers = \ normalize.h \ compress.h \ os_compat.h \ - outputBuffer.h \ + pipe.h \ path.h \ mapper.h \ pcm_utils.h \ @@ -124,7 +124,7 @@ mpd_SOURCES = \ main_notify.c \ normalize.c \ compress.c \ - outputBuffer.c \ + pipe.c \ path.c \ mapper.c \ pcm_utils.c \ |