2003-06-22 03:58:04 +00:00
|
|
|
|
2003-11-10 22:33:43 +00:00
|
|
|
plugin_LTLIBRARIES = libgstefence.la libgstnavigationtest.la
|
2003-06-22 03:58:04 +00:00
|
|
|
|
2003-11-10 22:33:43 +00:00
|
|
|
noinst_HEADERS = efence.h gstnavigationtest.h
|
2003-06-22 03:58:04 +00:00
|
|
|
|
|
|
|
libgstefence_la_SOURCES = efence.c
|
|
|
|
|
|
|
|
libgstefence_la_CFLAGS = $(GST_CFLAGS)
|
2003-07-12 12:49:14 +00:00
|
|
|
libgstefence_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2003-06-22 03:58:04 +00:00
|
|
|
|
2003-11-10 22:33:43 +00:00
|
|
|
libgstnavigationtest_la_SOURCES = gstnavigationtest.c
|
|
|
|
libgstnavigationtest_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/videofilter
|
|
|
|
libgstnavigationtest_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|