summaryrefslogtreecommitdiffstats
path: root/gst/debug/Makefile.am
blob: d6dec8355d9c82c381915ed199cdeeba93fe7dcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

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)