From f900ab0121a1b1e0f86cbfde493f9860159e8e61 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Jan 2015 21:50:02 +0100 Subject: config/Data: add method Clear() Move code from config_global_finish(). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b027c9c88..349e00e14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -769,7 +769,7 @@ endif libconf_a_SOURCES = \ src/config/ConfigDefaults.hxx \ src/config/ConfigPath.cxx src/config/ConfigPath.hxx \ - src/config/Data.hxx \ + src/config/Data.cxx src/config/Data.hxx \ src/config/Block.cxx src/config/Block.hxx \ src/config/Param.cxx src/config/Param.hxx \ src/config/ConfigParser.cxx src/config/ConfigParser.hxx \ -- cgit v1.2.3