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 d79bda29f..4a4196499 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,6 +40,8 @@ mpd_headers = \ conf.h \ dbUtils.h \ decode.h \ + decoder_api.h \ + decoder_internal.h \ directory.h \ gcc.h \ inputPlugin.h \ |