mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
33fe616dc1
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.
10 lines
243 B
Makefile
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
|
|
|