X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=7f12f23ff5f5cbb2873e282dd7c097a3e8920c08;hb=64b2564ef0aa2d7050902e859fa962049daa8508;hp=ea7324391f8ad1c3307f66b1f13470bffe9373f6;hpb=d8c99839fb7fac90c309bc5c2760b6c8e19363c9;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index ea732439..7f12f23f 100644 --- a/configure.ac +++ b/configure.ac @@ -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