diff options
author | Max Kellermann <max@duempel.org> | 2013-09-04 23:53:50 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-04 23:57:30 +0200 |
commit | 681d6bbdc565ce285f798d1d0c84756f86947f97 (patch) | |
tree | cf837527e0bfa55f6247156ed42e55dc396f6709 /Makefile.am | |
parent | 867b82b6deaeb0ae0517f31d58f7f0e58aa48d91 (diff) | |
download | mpd-681d6bbdc565ce285f798d1d0c84756f86947f97.tar.gz mpd-681d6bbdc565ce285f798d1d0c84756f86947f97.tar.xz mpd-681d6bbdc565ce285f798d1d0c84756f86947f97.zip |
TagTable: un-inline the two functions
Reduce header dependencies.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f0c4fa61c..9b87c4a13 100644 --- a/Makefile.am +++ b/Makefile.am @@ -429,7 +429,7 @@ TAG_LIBS = \ $(ID3TAG_LIBS) libtag_a_SOURCES =\ - src/TagTable.hxx \ + src/tag/TagTable.cxx src/TagTable.hxx \ src/tag/ApeLoader.cxx src/tag/ApeLoader.hxx \ src/tag/ApeReplayGain.cxx src/tag/ApeReplayGain.hxx \ src/tag/ApeTag.cxx src/tag/ApeTag.hxx |