diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-10-29 21:38:09 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-10-29 21:38:09 +0000 |
commit | 96d674c6eb5c7b665cc28cbc6919a98abfcc5f9f (patch) | |
tree | 4754228b91fc68680f53935b784fb5339dcb06cc /src/Makefile.am | |
parent | 74c11953db0341a7e23f9fa33a0b9e9599c446d9 (diff) | |
download | mpd-96d674c6eb5c7b665cc28cbc6919a98abfcc5f9f.tar.gz mpd-96d674c6eb5c7b665cc28cbc6919a98abfcc5f9f.tar.xz mpd-96d674c6eb5c7b665cc28cbc6919a98abfcc5f9f.zip |
little more rewriting of config file stuffssvn/shank-rewrite-config
git-svn-id: https://svn.musicpd.org/mpd/branches/shank-rewrite-config@2412 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 \ |