Install plugins in $(libdir)/babeltrace/plugins
[babeltrace.git] / configure.ac
index d5aa005b1c9a9187bdbcfed1e004081e4b93bc1e..847d19b754a10eee25b8a157ceaefde00922d0e9 100644 (file)
@@ -231,6 +231,10 @@ AC_CHECK_LIB([popt], [poptGetContext], [],
         [AC_MSG_ERROR([Cannot find popt.])]
 )
 
+# Plugins
+AC_ARG_VAR([PLUGINSDIR], [built-in plugins install directory [LIBDIR/babeltrace/plugins]])
+AS_IF([test "x$PLUGINSDIR" = x], [PLUGINSDIR='$(libdir)/babeltrace/plugins'])
+
 # For Python
 # SWIG version needed or newer:
 swig_version=2.0.0
@@ -357,6 +361,7 @@ AC_CONFIG_FILES([
        doc/images/Makefile
        lib/Makefile
        lib/prio_heap/Makefile
+       lib/plugin-system/Makefile
        include/Makefile
        bindings/Makefile
        bindings/python/Makefile
@@ -371,7 +376,7 @@ AC_CONFIG_FILES([
        extras/valgrind/Makefile
        plugins/Makefile
        plugins/ctf/Makefile
-       plugins/ctf/reader/Makefile
+       plugins/ctf/fs/Makefile
        plugins/ctf/lttng-live/Makefile
        plugins/text/Makefile
        babeltrace.pc
This page took 0.023118 seconds and 4 git commands to generate.