mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
c680e324bc
This is not needed any longer.
11 lines
418 B
Makefile
11 lines
418 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
|
|
|
|
libgstaudiorate_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|