diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-10-27 19:31:10 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-10-27 19:31:10 +0000 |
commit | 3f4180d6b6f1ee2d707ba7f411716eabea2a2774 (patch) | |
tree | cbfbd9baafd6f36caab6c586b3a7ed741349a74c /src/Makefile.am | |
parent | 7fdb67b68649fd26a054e6a3100d0f3fff55a30d (diff) | |
download | mpd-3f4180d6b6f1ee2d707ba7f411716eabea2a2774.tar.gz mpd-3f4180d6b6f1ee2d707ba7f411716eabea2a2774.tar.xz mpd-3f4180d6b6f1ee2d707ba7f411716eabea2a2774.zip |
work in progress: config file rewrite
git-svn-id: https://svn.musicpd.org/mpd/branches/shank-rewrite-config@2358 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 286166237..92966240d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,6 +55,7 @@ mpd_headers = \ mpd_SOURCES = \ $(mpd_headers) \ $(mpd_inputPlugins) \ + conf.c \ audio.c \ audioOutput.c \ audioOutput_ao.c \ @@ -62,7 +63,6 @@ mpd_SOURCES = \ buffer2array.c \ charConv.c \ command.c \ - conf.c \ decode.c \ directory.c \ inputPlugin.c \ |