Discover plugins in converter.c
[babeltrace.git] / configure.ac
index d6216430d17d9221ac858fe0b384d50f4aec7851..6acf1deb6d24dcb76e170cb2f888d1c93e4984c9 100644 (file)
@@ -307,7 +307,7 @@ AS_IF([test "x$_enable_debug_info" = xyes], [
            # Check if libelf and libdw are present
            AC_CHECK_LIB([elf], [elf_version], [], [AC_MSG_ERROR(Missing libelf (from elfutils >= 0.154) which is required by debug info. You can disable this feature using --disable-debug-info.)])
            AC_CHECK_LIB([dw], [dwarf_begin], [], [AC_MSG_ERROR(Missing libdw (from elfutils >= 0.154) which is required by debug info. You can disable this feature using --disable-debug-info.)])
-           AX_LIB_ELFUTILS([0], [154], [:], [AC_MSG_ERROR(elfutils >= 0.154 is required to use the debug info feature. You can disable this feature using --disable-debug-info.)])
+           BT_LIB_ELFUTILS([0], [154], [:], [AC_MSG_ERROR(elfutils >= 0.154 is required to use the debug info feature. You can disable this feature using --disable-debug-info.)])
             AC_DEFINE([ENABLE_DEBUG_INFO], [1], [Define to 1 if you enable the 'debug info' feature])
 ], [])
 
@@ -332,6 +332,9 @@ AC_SUBST(babeltracectfwriterincludedir)
 babeltracectfirincludedir="${includedir}/babeltrace/ctf-ir"
 AC_SUBST(babeltracectfirincludedir)
 
+babeltracepluginincludedir="${includedir}/babeltrace/plugin"
+AC_SUBST(babeltracepluginincludedir)
+
 AC_CONFIG_FILES([
        Makefile
        types/Makefile
@@ -366,6 +369,10 @@ AC_CONFIG_FILES([
        tests/utils/tap/Makefile
        extras/Makefile
        extras/valgrind/Makefile
+       plugins/Makefile
+       plugins/ctf/Makefile
+       plugins/ctf/reader/Makefile
+       plugins/ctf/text/Makefile
        babeltrace.pc
        babeltrace-ctf.pc
 ])
This page took 0.024202 seconds and 4 git commands to generate.