mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
10 lines
334 B
Makefile
10 lines
334 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)
|
|
libgstaudiorate_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|