aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-15 09:21:13 +0200
committerMax Kellermann <max@duempel.org>2013-10-15 09:21:59 +0200
commitbe2951b45fe071ae7e4957414c7b23e72fbac07a (patch)
tree7e103cfa2f6adca7df4492cebbe24b5222e30d0f /Makefile.am
parent1dd1a705b58f1645cda679b88a2629d21adcbd07 (diff)
downloadmpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.tar.gz
mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.tar.xz
mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.zip
gcc.h: rename to Compiler.h
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index eca519b01..51b233299 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,6 @@ mpd_headers = \
src/command.h \
src/gerror.h \
src/glib_compat.h \
- src/gcc.h \
src/TextInputStream.hxx \
src/AudioCompress/config.h \
src/AudioCompress/compress.h \
@@ -70,6 +69,7 @@ src_mpd_SOURCES = \
$(DECODER_SRC) \
$(OUTPUT_API_SRC) \
$(MIXER_API_SRC) \
+ src/Compiler.h \
src/thread/Id.hxx \
src/thread/Mutex.hxx \
src/thread/PosixMutex.hxx \