diff options
author | Max Kellermann <max@duempel.org> | 2015-01-21 21:50:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-21 21:50:02 +0100 |
commit | f900ab0121a1b1e0f86cbfde493f9860159e8e61 (patch) | |
tree | 95b7c16238e537653ccf673d103b8160bfb4edf6 /Makefile.am | |
parent | f80ab6a7a2fdaf58874fd44418ea98dcce94155d (diff) | |
download | mpd-f900ab0121a1b1e0f86cbfde493f9860159e8e61.tar.gz mpd-f900ab0121a1b1e0f86cbfde493f9860159e8e61.tar.xz mpd-f900ab0121a1b1e0f86cbfde493f9860159e8e61.zip |
config/Data: add method Clear()
Move code from config_global_finish().
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |