gstreamer/ext/mad/Makefile.am
Thomas Vander Stichele 37770a0f4c wtay's version
Original commit message from CVS:
wtay's version
2001-12-20 22:27:35 +00:00

11 lines
197 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstmad.la
libgstmad_la_SOURCES = \
gstmad.c
libgstmad_la_CFLAGS = $(GST_CFLAGS)
libgstmad_la_LIBADD = $(MAD_LIBS)
noinst_HEADERS = gstmad.h