diff options
author | Max Kellermann <max@duempel.org> | 2013-01-30 21:33:52 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-30 21:43:16 +0100 |
commit | 3275d4c6fa40c66c410bd279f3571ba36f95c4d6 (patch) | |
tree | 8e6711bde07e412faca11fef67a8a8b19f83a9d5 /Makefile.am | |
parent | cd0d003197d0abd572edcc3cbef532a5e3cfc395 (diff) | |
download | mpd-3275d4c6fa40c66c410bd279f3571ba36f95c4d6.tar.gz mpd-3275d4c6fa40c66c410bd279f3571ba36f95c4d6.tar.xz mpd-3275d4c6fa40c66c410bd279f3571ba36f95c4d6.zip |
conf.h: move the GQuark to ConfigQuark.hxx
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 357416a03..92c474231 100644 --- a/Makefile.am +++ b/Makefile.am @@ -439,6 +439,7 @@ libconf_a_SOURCES = \ src/ConfigGlobal.cxx src/ConfigGlobal.hxx \ src/ConfigFile.cxx src/ConfigFile.hxx \ src/ConfigTemplates.cxx src/ConfigTemplates.hxx \ + src/ConfigQuark.hxx \ src/ConfigOption.hxx # tag plugins |