mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
db720e1e74
Original commit message from CVS: sinesliders -> demo-dparams
16 lines
364 B
Makefile
16 lines
364 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstsinesrc.la
|
|
|
|
libgstsinesrc_la_SOURCES = gstsinesrc.c
|
|
libgstsinesrc_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstsinesrc.h
|
|
|
|
if HAVE_GTK
|
|
noinst_PROGRAMS = demo-dparams
|
|
endif
|
|
|
|
demo_dparams_SOURCES = demo-dparams.c
|
|
demo_dparams_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
|
demo_dparams_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|