diff options
author | Max Kellermann <max@duempel.org> | 2013-01-30 19:44:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-30 21:39:43 +0100 |
commit | e294ccae245a3ec86f9427075a06f045714e9b08 (patch) | |
tree | ff7310e06900b19e6300660dbce1b68970005cc9 /Makefile.am | |
parent | 72070f292b98ee8b38217b43dc046b047bcccd8e (diff) | |
download | mpd-e294ccae245a3ec86f9427075a06f045714e9b08.tar.gz mpd-e294ccae245a3ec86f9427075a06f045714e9b08.tar.xz mpd-e294ccae245a3ec86f9427075a06f045714e9b08.zip |
ConfigFile: move code to ConfigGlobal.cxx
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 63090e298..167b61768 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 |