aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-21 21:14:25 +0100
committerMax Kellermann <max@duempel.org>2015-01-21 21:23:02 +0100
commitfe85fa3bea023df887811d4dc28dc51b7894525a (patch)
treef279de257c0b447c78fa5f11c152639dfb7182e1 /Makefile.am
parent76b7882f3324bb892a9ccc874e1bdacfd72e7b98 (diff)
downloadmpd-fe85fa3bea023df887811d4dc28dc51b7894525a.tar.gz
mpd-fe85fa3bea023df887811d4dc28dc51b7894525a.tar.xz
mpd-fe85fa3bea023df887811d4dc28dc51b7894525a.zip
ConfigData: move struct config_param to Param.hxx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1cd6b1bf6..e3e4358d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -769,8 +769,9 @@ endif
libconf_a_SOURCES = \
src/config/ConfigDefaults.hxx \
src/config/ConfigPath.cxx src/config/ConfigPath.hxx \
- src/config/ConfigData.cxx src/config/ConfigData.hxx \
+ src/config/ConfigData.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 \
src/config/ConfigGlobal.cxx src/config/ConfigGlobal.hxx \
src/config/ConfigFile.cxx src/config/ConfigFile.hxx \