diff options
author | Max Kellermann <max@duempel.org> | 2013-09-05 18:22:39 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-05 18:41:49 +0200 |
commit | 0b3e1c4706849be107954ad1b8d6bf82ef3dcc28 (patch) | |
tree | 1e74ebf4807503ca72bbeeb0a022732e9b377062 /Makefile.am | |
parent | ce08a7a93277d84506a73361583a8a663f60515f (diff) | |
download | mpd-0b3e1c4706849be107954ad1b8d6bf82ef3dcc28.tar.gz mpd-0b3e1c4706849be107954ad1b8d6bf82ef3dcc28.tar.xz mpd-0b3e1c4706849be107954ad1b8d6bf82ef3dcc28.zip |
TagBuilder: new class for constructing Tag objects
Obsoletes Tag::BeginAdd() and the complicated "bulk add" code.
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 b775b9d40..37f44822d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -424,6 +424,7 @@ TAG_LIBS = \ libtag_a_SOURCES =\ src/tag/TagType.h \ src/tag/Tag.cxx src/tag/Tag.hxx \ + src/tag/TagBuilder.cxx src/tag/TagBuilder.hxx \ src/tag/TagItem.hxx \ src/tag/TagHandler.cxx src/tag/TagHandler.hxx \ src/tag/TagSettings.c src/tag/TagSettings.h \ |