summaryrefslogtreecommitdiffstats
path: root/gst/debug/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-10 22:33:43 +0000
committerDavid Schleef <ds@schleef.org>2003-11-10 22:33:43 +0000
commitea4a82a5ad53a2dda6ca3fb2891eda2a1f607a3f (patch)
tree702cf9253e3dff71dc41b1cbbcff8af460d52a20 /gst/debug/Makefile.am
parent33e36146bce8b83667056e9b9e536a36817b15e4 (diff)
navigation tester
Original commit message from CVS: navigation tester
Diffstat (limited to 'gst/debug/Makefile.am')
-rw-r--r--gst/debug/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/gst/debug/Makefile.am b/gst/debug/Makefile.am
index 91210cc6..d6dec835 100644
--- a/gst/debug/Makefile.am
+++ b/gst/debug/Makefile.am
@@ -1,10 +1,13 @@
-plugin_LTLIBRARIES = libgstefence.la
+plugin_LTLIBRARIES = libgstefence.la libgstnavigationtest.la
-noinst_HEADERS = efence.h
+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)