diff options
Diffstat (limited to 'src/libmusepack/musepack/Makefile.am')
-rw-r--r-- | src/libmusepack/musepack/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libmusepack/musepack/Makefile.am b/src/libmusepack/musepack/Makefile.am new file mode 100644 index 000000000..1d37e1d79 --- /dev/null +++ b/src/libmusepack/musepack/Makefile.am @@ -0,0 +1,5 @@ +include $(top_srcdir)/misc/Makefile.common + +noinst_HEADERS = config_types.h decoder.h huffman.h internal.h math.h \ + musepack.h reader.h requant.h streaminfo.h + |