aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-01 19:24:37 +0100
committerMax Kellermann <max@duempel.org>2013-12-01 19:24:37 +0100
commite1436063ffb236ac22d69531782f7056b8b5ae30 (patch)
tree3424c26adddfd8783587416b3cabd8ff3091922f /Makefile.am
parent3e11a28cd9c204076407f02a600fcc617c7e0f3e (diff)
downloadmpd-e1436063ffb236ac22d69531782f7056b8b5ae30.tar.gz
mpd-e1436063ffb236ac22d69531782f7056b8b5ae30.tar.xz
mpd-e1436063ffb236ac22d69531782f7056b8b5ae30.zip
pcm/PcmFormat: move generic definitions to Traits.hxx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 74b838784..4f2be207c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -326,6 +326,7 @@ libevent_a_SOURCES = \
# PCM library
libpcm_a_SOURCES = \
+ src/pcm/Traits.hxx \
src/pcm/PcmBuffer.cxx src/pcm/PcmBuffer.hxx \
src/pcm/PcmExport.cxx src/pcm/PcmExport.hxx \
src/pcm/PcmConvert.cxx src/pcm/PcmConvert.hxx \