diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index da481bd04..854a147e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,7 +52,6 @@ mpd_headers = \ src/check.h \ src/ack.h \ src/audio_format.h \ - src/output_api.h \ src/filter_internal.h \ src/command.h \ src/conf.h \ @@ -770,6 +769,7 @@ OUTPUT_LIBS = \ $(SHOUT_LIBS) OUTPUT_API_SRC = \ + src/OutputAPI.hxx \ src/OutputInternal.hxx \ src/OutputList.cxx src/OutputList.hxx \ src/OutputAll.cxx src/OutputAll.hxx \ |