Merge branch 'master' into bindings/python
[babeltrace.git] / configure.ac
index 16679b84ae09dd7527b17cac343d1b7f4c8c1ad5..637daa56761370c9a7c19f5f45e5ada72d396b4a 100644 (file)
@@ -150,6 +150,9 @@ AC_SUBST(babeltraceincludedir)
 babeltracectfincludedir="${includedir}/babeltrace/ctf"
 AC_SUBST(babeltracectfincludedir)
 
+babeltracectfwriterincludedir="${includedir}/babeltrace/ctf-writer"
+AC_SUBST(babeltracectfwriterincludedir)
+
 AC_CONFIG_FILES([
        Makefile
        types/Makefile
@@ -162,6 +165,7 @@ AC_CONFIG_FILES([
        formats/ctf-metadata/Makefile
        formats/bt-dummy/Makefile
        formats/ctf/metadata/Makefile
+       formats/ctf/writer/Makefile
        converter/Makefile
        doc/Makefile
        lib/Makefile
This page took 0.023617 seconds and 4 git commands to generate.