From 2b676dc5fcd7b3a472d4c14f228ea4b7969b4e9e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Sep 2013 18:23:15 +0200 Subject: Tag: move configuration code to TagConfig.cxx Allow using the Tag.cxx library without the Config library. --- test/DumpDatabase.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/DumpDatabase.cxx b/test/DumpDatabase.cxx index 3544826f2..f9deabba5 100644 --- a/test/DumpDatabase.cxx +++ b/test/DumpDatabase.cxx @@ -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 */ -- cgit v1.2.3