Tag: move configuration code to TagConfig.cxx

Allow using the Tag.cxx library without the Config library.
This commit is contained in:
Max Kellermann
2013-09-05 18:23:15 +02:00
parent 3f267b1795
commit 2b676dc5fc
6 changed files with 106 additions and 50 deletions

View File

@@ -27,6 +27,7 @@
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "tag/Tag.hxx"
#include "tag/TagConfig.hxx"
#include "fs/Path.hxx"
#include "util/Error.hxx"
@@ -105,6 +106,7 @@ main(int argc, char **argv)
}
tag_lib_init();
TagLoadConfig();
/* do it */