diff options
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 075dd75e7..30408288c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,6 +34,7 @@ mpd_headers = \ audio.h \ audioOutput.h \ output_api.h \ + output_list.h \ buffer2array.h \ charConv.h \ command.h \ @@ -107,6 +108,7 @@ mpd_SOURCES = \ notify.c \ audio.c \ audioOutput.c \ + output_list.c \ buffer2array.c \ charConv.c \ command.c \ |