X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=f698e973342847a4e53f073f55685ed8dcf10006;hb=f8021d088ed27ede5af620702468a8cf4647b7fc;hp=1aec6d061f6e92e4fc9b7f74363c42a2d701784b;hpb=0402284861ef6417ebdb828647adee6b904aa21c;p=deliverable%2Flttng-ust.git diff --git a/configure.ac b/configure.ac index 1aec6d06..f698e973 100644 --- a/configure.ac +++ b/configure.ac @@ -251,8 +251,6 @@ AM_CONDITIONAL([HAVE_DLINFO], [test "x${ac_cv_have_decl_RTLD_DI_LINKMAP}" = "xye # Require URCU >= 0.12 for DEFINE_URCU_TLS_INIT PKG_CHECK_MODULES([URCU], [liburcu >= 0.12]) -PKG_CHECK_MODULES([URCU_BP], [liburcu-bp >= 0.12]) -PKG_CHECK_MODULES([URCU_CDS], [liburcu-cds >= 0.12]) # numa.h integration AS_IF([test "x$NO_NUMA" = "x1"],[ @@ -504,6 +502,8 @@ AC_CONFIG_FILES([ include/Makefile include/lttng/ust-version.h snprintf/Makefile + libcounter/Makefile + libmsgpack/Makefile libringbuffer/Makefile liblttng-ust-comm/Makefile liblttng-ust/Makefile @@ -539,7 +539,9 @@ AC_CONFIG_FILES([ tests/compile/test-app-ctx/Makefile tests/benchmark/Makefile tests/unit/gcc-weak-hidden/Makefile + tests/unit/libmsgpack/Makefile tests/unit/Makefile + tests/unit/libringbuffer/Makefile tests/unit/pthread_name/Makefile tests/unit/snprintf/Makefile tests/unit/ust-elf/Makefile