mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
8e6c6266d7
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
6 lines
297 B
Makefile
6 lines
297 B
Makefile
plugin_LTLIBRARIES = libgstapp.la
|
|
|
|
libgstapp_la_SOURCES = gstapp.c
|
|
libgstapp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstapp_la_LIBADD = $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_API_VERSION@.la $(GST_BASE_LIBS)
|
|
libgstapp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|