gstreamer/gst/asfdemux/Makefile.am
Christian Schaller 794808e9e5 First step in giving us asf support is making this code widely available.
Original commit message from CVS:
First step in giving us asf support is making this code widely available.
Now back to step 2 which used to be step 1 and get this code debugged so
it works :)
2002-10-17 21:41:47 +00:00

10 lines
259 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstasfdemux.la
libgstasfdemux_la_SOURCES = gstasfdemux.c
libgstasfdemux_la_CFLAGS = $(GST_LIBS_CFLAGS)
libgstasfdemux_la_LIBADD =
libgstasfdemux_la_LDFLAGS = $(GST_LIBS_LIBS)
noinst_HEADERS = gstasfdemux.h