diff options
author | Max Kellermann <max@duempel.org> | 2013-09-05 18:34:12 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-05 18:34:12 +0200 |
commit | 5d5f21bfc5911f9f80b3e24871287ac58db9543f (patch) | |
tree | 3f218719baec92da5264266ffe33e313b82e43b9 /Makefile.am | |
parent | fcccedc5884a672eb66221d66fdda4755b4286ba (diff) | |
download | mpd-5d5f21bfc5911f9f80b3e24871287ac58db9543f.tar.gz mpd-5d5f21bfc5911f9f80b3e24871287ac58db9543f.tar.xz mpd-5d5f21bfc5911f9f80b3e24871287ac58db9543f.zip |
Tag: compile-time initialisation of ignore_tag_items
Move to TagSettings.c and use C99 initializers.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0c5a5b373..b775b9d40 100644 --- a/Makefile.am +++ b/Makefile.am @@ -426,7 +426,7 @@ libtag_a_SOURCES =\ src/tag/Tag.cxx src/tag/Tag.hxx \ src/tag/TagItem.hxx \ src/tag/TagHandler.cxx src/tag/TagHandler.hxx \ - src/tag/TagInternal.hxx \ + src/tag/TagSettings.c src/tag/TagSettings.h \ src/tag/TagConfig.cxx src/tag/TagConfig.hxx \ src/tag/TagNames.c \ src/tag/TagString.cxx src/tag/TagString.hxx \ |