Tag: move configuration code to TagConfig.cxx
Allow using the Tag.cxx library without the Config library.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user