mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
11 lines
243 B
Makefile
11 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
|
||
|
|