Revert "Fix: configure.ac should use "--target", not "--host""
[lttng-ust.git] / configure.ac
index ea7324391f8ad1c3307f66b1f13470bffe9373f6..7f12f23ff5f5cbb2873e282dd7c097a3e8920c08 100644 (file)
@@ -64,6 +64,8 @@ AS_IF([test "x$libtool_fixup" = "xyes"],
                  ])
            ])
 
+AM_CONDITIONAL([NO_SHARED], [test "x$enable_shared" = "xno"])
+
 # Checks for programs.
 AC_PROG_CC
 AC_PROG_CXX
@@ -330,6 +332,7 @@ AC_CONFIG_FILES([
        tests/hello/Makefile
        tests/hello-static-lib/Makefile
        tests/hello.cxx/Makefile
+       tests/daemon/Makefile
        tests/demo/Makefile
        tests/fork/Makefile
        tests/ust-basic-tracing/Makefile
This page took 0.024233 seconds and 4 git commands to generate.