mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
10 lines
219 B
Makefile
10 lines
219 B
Makefile
|
|
||
|
noinst_PROGRAMS = appsrc_ex
|
||
|
|
||
|
appsrc_ex_SOURCES = appsrc_ex.c
|
||
|
appsrc_ex_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
|
||
|
appsrc_ex_LDFLAGS = \
|
||
|
$(GST_LIBS) \
|
||
|
$(top_builddir)/gst-libs/gst/app/libgstapp-@GST_MAJORMINOR@.la
|
||
|
|