mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
456bd88950
Original commit message from CVS: * gst/audiotestsrc/Makefile.am: * gst/sine/Makefile.am: * gst/volume/Makefile.am: fix broken build of controllerized plugins
8 lines
302 B
Makefile
8 lines
302 B
Makefile
plugin_LTLIBRARIES = libgstsinesrc.la
|
|
|
|
libgstsinesrc_la_SOURCES = gstsinesrc.c
|
|
libgstsinesrc_la_CFLAGS = $(GST_CFLAGS) $(GST_CONTROLLER_CFLAGS)
|
|
libgstsinesrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstsinesrc_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(GST_CONTROLLER_LIBS)
|
|
|
|
noinst_HEADERS = gstsinesrc.h
|