From e294ccae245a3ec86f9427075a06f045714e9b08 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Jan 2013 19:44:59 +0100 Subject: ConfigFile: move code to ConfigGlobal.cxx --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 63090e29..167b6176 100644 --- a/Makefile.am +++ b/Makefile.am @@ -436,7 +436,8 @@ endif libconf_a_SOURCES = \ src/ConfigData.cxx src/ConfigData.hxx \ src/ConfigParser.cxx src/ConfigParser.hxx \ - src/ConfigFile.cxx \ + src/ConfigGlobal.cxx src/ConfigGlobal.hxx \ + src/ConfigFile.cxx src/ConfigFile.hxx \ src/ConfigTemplates.cxx src/ConfigTemplates.hxx \ src/ConfigOption.hxx -- cgit v1.2.3