Fix makefile
[lttng-tools.git] / configure.ac
index a051887a643081d65b2de0ec54d2e56c5f119692..b8864296276dbb5d92c70078de408165c1fa51a8 100644 (file)
@@ -1,9 +1,9 @@
-AC_INIT([lttng-tools], [0.0.1], [david.goulet@polymtl.ca], ,[http://lttng.org])
+AC_INIT([lttng-tools], [2.0-pre10], [david.goulet@polymtl.ca], ,[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([config])
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
 AM_SILENT_RULES([yes])
 
 AC_CHECK_HEADERS([ \
@@ -45,7 +45,7 @@ AC_CONFIG_FILES([
        libkernelctl/Makefile
        liblttkconsumerd/Makefile
        liblttngctl/Makefile
-       liblttsessiondcomm/Makefile
+       liblttng-sessiond-comm/Makefile
        libustctl/Makefile
        libustcomm/Makefile
        ltt-kconsumerd/Makefile
This page took 0.023892 seconds and 5 git commands to generate.