Add ctf-reader prototype
[babeltrace.git] / configure.ac
index 847d19b754a10eee25b8a157ceaefde00922d0e9..c3809bee7e17336dde1e5ebb5e573737711777a1 100644 (file)
@@ -3,7 +3,7 @@ AC_INIT([babeltrace],[2.0.0-pre],[jeremie dot galarneau at efficios dot com])
 
 # Following the numbering scheme proposed by libtool for the library version
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0])
+AC_SUBST([BABELTRACE_LIBRARY_VERSION], [2:0:0])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_AUX_DIR([config])
@@ -343,6 +343,10 @@ AC_CONFIG_FILES([
        Makefile
        types/Makefile
        compat/Makefile
+       ctf-reader-proto/Makefile
+       ctf-reader-proto/metadata-parsing/Makefile
+       ctf-reader-proto/ctf-notif-iter/Makefile
+       ctf-reader-proto/ctf-btr/Makefile
        formats/Makefile
        formats/ctf/Makefile
        formats/ctf/types/Makefile
This page took 0.025854 seconds and 4 git commands to generate.