diff options
author | Max Kellermann <max@duempel.org> | 2013-01-30 18:52:14 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-30 21:36:07 +0100 |
commit | 51cb6a0a44f8a70927de6516782e3a9a02b3b3dc (patch) | |
tree | bcbccc4ef69556e79ad81e8945a4e1632c40fa35 /Makefile.am | |
parent | a1b1ec3d11f78108fb50129a027211b8bc2b2110 (diff) | |
download | mpd-51cb6a0a44f8a70927de6516782e3a9a02b3b3dc.tar.gz mpd-51cb6a0a44f8a70927de6516782e3a9a02b3b3dc.tar.xz mpd-51cb6a0a44f8a70927de6516782e3a9a02b3b3dc.zip |
conf: move struct definitions to ConfigData.hxx
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b607ec10f..63090e298 100644 --- a/Makefile.am +++ b/Makefile.am @@ -434,6 +434,8 @@ endif # configuration library libconf_a_SOURCES = \ + src/ConfigData.cxx src/ConfigData.hxx \ + src/ConfigParser.cxx src/ConfigParser.hxx \ src/ConfigFile.cxx \ src/ConfigTemplates.cxx src/ConfigTemplates.hxx \ src/ConfigOption.hxx |