diff options
author | Max Kellermann <max@duempel.org> | 2013-12-23 09:04:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-23 10:35:19 +0100 |
commit | 2d1a3073f63604a452e559ff8322520af98a4b65 (patch) | |
tree | 55e8892ec78eda8023f4434f3bafb4ab977c8fa5 /Makefile.am | |
parent | d7b988638722d245152b108456af1aad8fc9b8a0 (diff) |
pcm/PcmConvert: move the Domain instance to Domain.cxx
Rename pcm_convert_domain to pcm_domain. Move it out so we can use it
without depending on the whole PcmConvert library.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 78a5afeb5..93bc71351 100644 --- a/Makefile.am +++ b/Makefile.am @@ -331,6 +331,7 @@ libevent_a_SOURCES = \ # PCM library libpcm_a_SOURCES = \ + src/pcm/Domain.cxx src/pcm/Domain.hxx \ src/pcm/Traits.hxx \ src/pcm/PcmBuffer.cxx src/pcm/PcmBuffer.hxx \ src/pcm/PcmExport.cxx src/pcm/PcmExport.hxx \ |