mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
8e6c6266d7
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
9 lines
356 B
Makefile
9 lines
356 B
Makefile
noinst_HEADERS = gstaudiorate.h
|
|
|
|
plugin_LTLIBRARIES = libgstaudiorate.la
|
|
|
|
libgstaudiorate_la_SOURCES = gstaudiorate.c
|
|
libgstaudiorate_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstaudiorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstaudiorate_la_LIBADD = $(GST_LIBS) \
|
|
$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la
|