mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
b3011faca4
Original commit message from CVS: * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine to examples/dynparams. Examples do not belong interspersed with source code. * examples/dynparams/demo-dparams.c: * gst/sine/Makefile.am: * gst/sine/demo-dparams.c:
10 lines
259 B
Makefile
10 lines
259 B
Makefile
|
|
plugin_LTLIBRARIES = libgstsinesrc.la
|
|
|
|
libgstsinesrc_la_SOURCES = gstsinesrc.c
|
|
libgstsinesrc_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstsinesrc_la_LIBADD = $(GST_LIBS) $(GST_CONTROL_LIBS)
|
|
libgstsinesrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstsinesrc.h
|
|
|