gstreamer/gst/fdsrc/Makefile.am
Philippe Kalaf 33fe616dc1 gst/fdsrc/: Moved fdsrc 0.9 port from gstreamer/gst/elements to here.
Original commit message from CVS:
2005-07-16  Philippe Khalaf <burger@speedy.org>

* gst/fdsrc/gstfdsrc.c:
* gst/fdsrc/gstfdsrc.h:
* gst/fdsrc/Makefile.am:
Moved fdsrc 0.9 port from gstreamer/gst/elements to here.
2005-07-16 19:27:54 +00:00

10 lines
243 B
Makefile

plugin_LTLIBRARIES = libgstfdsrc.la
libgstfdsrc_la_SOURCES = gstfdsrc.c
libgstfdsrc_la_CFLAGS = $(GST_CFLAGS)
libgstfdsrc_la_LIBADD = $(GST_LIBS)
libgstfdsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS)
noinst_HEADERS = gstfdsrc.h