diff options
author | Max Kellermann <max@duempel.org> | 2013-09-05 18:23:15 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-05 18:27:08 +0200 |
commit | 2b676dc5fcd7b3a472d4c14f228ea4b7969b4e9e (patch) | |
tree | 5501a0f0814abc225b1601a3ca24c6572f60def4 /Makefile.am | |
parent | 3f267b1795d68e660af9ec1678909a6102102d7d (diff) | |
download | mpd-2b676dc5fcd7b3a472d4c14f228ea4b7969b4e9e.tar.gz mpd-2b676dc5fcd7b3a472d4c14f228ea4b7969b4e9e.tar.xz mpd-2b676dc5fcd7b3a472d4c14f228ea4b7969b4e9e.zip |
Tag: move configuration code to TagConfig.cxx
Allow using the Tag.cxx library without the Config 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 6139113d7..ec3d941de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -426,6 +426,7 @@ libtag_a_SOURCES =\ src/tag/Tag.cxx src/tag/Tag.hxx \ src/tag/TagHandler.cxx src/tag/TagHandler.hxx \ src/tag/TagInternal.hxx \ + src/tag/TagConfig.cxx src/tag/TagConfig.hxx \ src/tag/TagNames.c \ src/tag/TagPool.cxx src/tag/TagPool.hxx \ src/tag/TagTable.cxx src/tag/TagTable.hxx \ |