mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
699452ef31
This is not needed any longer.
11 lines
436 B
Makefile
11 lines
436 B
Makefile
plugin_LTLIBRARIES = libgstliveadder.la
|
|
|
|
libgstliveadder_la_SOURCES = liveadder.c
|
|
libgstliveadder_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstliveadder_la_LIBADD = \
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstliveadder_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstliveadder_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = liveadder.h
|