diff options
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 92966240d..286166237 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,7 +55,6 @@ mpd_headers = \ mpd_SOURCES = \ $(mpd_headers) \ $(mpd_inputPlugins) \ - conf.c \ audio.c \ audioOutput.c \ audioOutput_ao.c \ @@ -63,6 +62,7 @@ mpd_SOURCES = \ buffer2array.c \ charConv.c \ command.c \ + conf.c \ decode.c \ directory.c \ inputPlugin.c \ |