aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-21 21:49:09 +0100
committerMax Kellermann <max@duempel.org>2015-01-21 21:49:09 +0100
commitf80ab6a7a2fdaf58874fd44418ea98dcce94155d (patch)
tree2402542d1b23bbde4629050d47fbffb6bdcc76e2 /Makefile.am
parent6ed209bbf39af94b5c5993ec6c4d88e33c6a7f24 (diff)
downloadmpd-f80ab6a7a2fdaf58874fd44418ea98dcce94155d.tar.gz
mpd-f80ab6a7a2fdaf58874fd44418ea98dcce94155d.tar.xz
mpd-f80ab6a7a2fdaf58874fd44418ea98dcce94155d.zip
ConfigData: rename header file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e3e4358d9..b027c9c88 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/ConfigData.hxx \
+ 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 \