mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
699452ef31
This is not needed any longer.
8 lines
339 B
Makefile
8 lines
339 B
Makefile
plugin_LTLIBRARIES = libgstdataurisrc.la
|
|
|
|
libgstdataurisrc_la_SOURCES = gstdataurisrc.c gstdataurisrc.h
|
|
|
|
libgstdataurisrc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
|
libgstdataurisrc_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
|
libgstdataurisrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstdataurisrc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|