aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-24 00:20:01 +0100
committerMax Kellermann <max@duempel.org>2014-01-24 00:20:01 +0100
commit197b503f3ecbf68191b37a7c5fb9c25e975059ce (patch)
treee5889c528790eeddc6e98fdce4c87d34cdd1f588 /Makefile.am
parent129eb178eb45fd148ee8b9822b11e7a4bf8ccc00 (diff)
downloadmpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.tar.gz
mpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.tar.xz
mpd-197b503f3ecbf68191b37a7c5fb9c25e975059ce.zip
Config*: move to config/
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 405f51ef7..77a37d09d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -489,15 +489,15 @@ endif
# configuration library
libconf_a_SOURCES = \
- src/ConfigDefaults.hxx \
- src/ConfigPath.cxx src/ConfigPath.hxx \
- src/ConfigData.cxx src/ConfigData.hxx \
- src/ConfigParser.cxx src/ConfigParser.hxx \
- src/ConfigGlobal.cxx src/ConfigGlobal.hxx \
- src/ConfigFile.cxx src/ConfigFile.hxx \
- src/ConfigTemplates.cxx src/ConfigTemplates.hxx \
- src/ConfigError.cxx src/ConfigError.hxx \
- src/ConfigOption.hxx
+ src/config/ConfigDefaults.hxx \
+ src/config/ConfigPath.cxx src/config/ConfigPath.hxx \
+ src/config/ConfigData.cxx src/config/ConfigData.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 \
+ src/config/ConfigTemplates.cxx src/config/ConfigTemplates.hxx \
+ src/config/ConfigError.cxx src/config/ConfigError.hxx \
+ src/config/ConfigOption.hxx
# tag plugins