Commit 867b82b6 authored by Max Kellermann's avatar Max Kellermann

Tag*: move TagTable.hxx to libtag.a

parent 5101ef4b
......@@ -206,7 +206,6 @@ src_mpd_SOURCES = \
src/TagType.h \
src/Tag.cxx src/Tag.hxx \
src/TagInternal.hxx \
src/TagTable.hxx \
src/TagNames.c \
src/TagPool.cxx src/TagPool.hxx \
src/TagPrint.cxx src/TagPrint.hxx \
......@@ -430,6 +429,7 @@ TAG_LIBS = \
$(ID3TAG_LIBS)
libtag_a_SOURCES =\
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
......
......@@ -22,7 +22,7 @@
#include "config.h"
#include "FfmpegMetaData.hxx"
#include "TagTable.hxx"
#include "tag/TagTable.hxx"
#include "TagHandler.hxx"
#undef G_LOG_DOMAIN
......
......@@ -22,7 +22,7 @@
#include "XiphTags.hxx"
#include "Tag.hxx"
#include "TagHandler.hxx"
#include "TagTable.hxx"
#include "tag/TagTable.hxx"
#include "replay_gain_info.h"
#include <glib.h>
......
......@@ -21,7 +21,7 @@
#include "VorbisComments.hxx"
#include "XiphTags.hxx"
#include "Tag.hxx"
#include "TagTable.hxx"
#include "tag/TagTable.hxx"
#include "TagHandler.hxx"
#include "replay_gain_info.h"
......
......@@ -21,7 +21,7 @@
#define MPD_XIPH_TAGS_HXX
#include "check.h"
#include "TagTable.hxx"
#include "tag/TagTable.hxx"
extern const struct tag_table xiph_tags[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment