diff options
author | Max Kellermann <max@duempel.org> | 2015-01-21 20:45:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-21 20:45:34 +0100 |
commit | bf0ab2d44c38064624778d5fb6d868cea7cb4e1a (patch) | |
tree | d65865e0b37e5a5cbb4422cc95693ec4509b0d3c /Makefile.am | |
parent | bcbfa560e93ca5aa40418c77e9ad1d79481e257f (diff) | |
download | mpd-bf0ab2d44c38064624778d5fb6d868cea7cb4e1a.tar.gz mpd-bf0ab2d44c38064624778d5fb6d868cea7cb4e1a.tar.xz mpd-bf0ab2d44c38064624778d5fb6d868cea7cb4e1a.zip |
ConfigData: move struct block_param to Block.?xx
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bb6a0c53f..1cd6b1bf6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -770,6 +770,7 @@ 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/Block.cxx src/config/Block.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 \ |