summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/debug/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/gst/debug/Makefile.am b/gst/debug/Makefile.am
index b3b2911f..da3b3a29 100644
--- a/gst/debug/Makefile.am
+++ b/gst/debug/Makefile.am
@@ -1,4 +1,10 @@
-plugin_LTLIBRARIES = libgstefence.la libgstdebug.la libgstnavigationtest.la
+if GST_HAVE_MMAP
+ EFENCE_PLUGIN=libgstefence.la
+else
+ EFENCE_PLUGIN=
+endif
+
+plugin_LTLIBRARIES = $(EFENCE_PLUGIN) libgstdebug.la libgstnavigationtest.la
noinst_HEADERS = efence.h gstnavigationtest.h gstnavseek.h tests.h