mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
ea4a82a5ad
Original commit message from CVS: navigation tester
13 lines
423 B
Makefile
13 lines
423 B
Makefile
|
|
plugin_LTLIBRARIES = libgstefence.la libgstnavigationtest.la
|
|
|
|
noinst_HEADERS = efence.h gstnavigationtest.h
|
|
|
|
libgstefence_la_SOURCES = efence.c
|
|
|
|
libgstefence_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstefence_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstnavigationtest_la_SOURCES = gstnavigationtest.c
|
|
libgstnavigationtest_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/videofilter
|
|
libgstnavigationtest_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|