gstreamer/ext/mad/Makefile.am
Wim Taymans fd97b5a8a3 Assorted fixes.
Original commit message from CVS:
Assorted fixes.
Use the new clocking stuff.
2002-02-03 20:10:04 +00:00

9 lines
223 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstmad.la
libgstmad_la_SOURCES = gstmad.c
libgstmad_la_CFLAGS = $(GST_CFLAGS)
libgstmad_la_LIBADD = $(GST_LIBS) $(MAD_LIBS)
libgstmad_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@