summaryrefslogtreecommitdiffstats
path: root/gst/debug/Makefile.am
diff options
context:
space:
mode:
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)