diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bac83b8e4..c1ece1d97 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,7 @@ mpd_inputPlugins = \ mpd_headers = \ ack.h \ audio.h \ + audioOutput.h \ buffer2array.h \ charConv.h \ command.h \ @@ -55,6 +56,8 @@ mpd_SOURCES = \ $(mpd_headers) \ $(mpd_inputPlugins) \ audio.c \ + audioOutput.c \ + audioOutput_ao.c \ buffer2array.c \ charConv.c \ command.c \ |