Add base plug-in skeletons
[babeltrace.git] / configure.ac
index e695d87cab5bd2c5d7ec6a222e5e12871dbed1dc..d5aa005b1c9a9187bdbcfed1e004081e4b93bc1e 100644 (file)
@@ -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,11 @@ AC_CONFIG_FILES([
        tests/utils/tap/Makefile
        extras/Makefile
        extras/valgrind/Makefile
+       plugins/Makefile
+       plugins/ctf/Makefile
+       plugins/ctf/reader/Makefile
+       plugins/ctf/lttng-live/Makefile
+       plugins/text/Makefile
        babeltrace.pc
        babeltrace-ctf.pc
 ])
This page took 0.022937 seconds and 4 git commands to generate.