gstreamer/ext/musepack/Makefile.am
Nicolas Dufresne 4261692187 Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard
--enable-static/--enable-shared toggle are sufficient.
2017-05-16 14:05:52 -04:00

12 lines
338 B
Makefile

plugin_LTLIBRARIES = libgstmusepack.la
libgstmusepack_la_SOURCES = \
gstmusepackdec.c \
gstmusepackreader.c
libgstmusepack_la_CFLAGS = $(MUSEPACK_CFLAGS) $(GST_CFLAGS)
libgstmusepack_la_LIBADD = $(MUSEPACK_LIBS) $(GST_LIBS)
libgstmusepack_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
gstmusepackdec.h \
gstmusepackreader.h