diff options
Diffstat (limited to 'src/Makefile.am')
-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 98fe8bea7..2e7b769d0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,6 +35,7 @@ mpd_headers = \ ack.h \ audio.h \ audio_format.h \ + audio_parser.h \ audioOutput.h \ output_internal.h \ output_api.h \ @@ -136,6 +137,7 @@ mpd_SOURCES = \ $(mpd_headers) \ notify.c \ audio.c \ + audio_parser.c \ audioOutput.c \ output_api.c \ output_list.c \ |