diff options
Diffstat (limited to 'src/libmusepack/Makefile.am')
-rw-r--r-- | src/libmusepack/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/libmusepack/Makefile.am b/src/libmusepack/Makefile.am new file mode 100644 index 000000000..ab0a76366 --- /dev/null +++ b/src/libmusepack/Makefile.am @@ -0,0 +1,13 @@ +include $(top_srcdir)/misc/Makefile.common + +SUBDIRS = musepack + +libdir = $(XINE_PLUGINDIR) + +lib_LTLIBRARIES = xineplug_decode_mpc.la + +xineplug_decode_mpc_la_SOURCES = huffsv46.c huffsv7.c idtag.c mpc_decoder.c \ + mpc_reader.c requant.c streaminfo.c synth_filter.c xine_decoder.c +xineplug_decode_mpc_la_LIBADD = $(XINE_LIB) +xineplug_decode_mpc_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + |