X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=3c3b2f39b6b018d06655686443e3cb4bf660c483;hb=52eb43baf3f6c77328825ad1122ceba439714b89;hp=4988aa9e62f88bfc7544ad04c75e0a0a2bdb0d89;hpb=5a23e035fd978f4623b818d45a47ef89bc354579;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 4988aa9e6..3c3b2f39b 100644 --- a/configure.ac +++ b/configure.ac @@ -316,7 +316,7 @@ AC_CHECK_FUNCS([ \ strncasecmp strndup strnlen strpbrk strrchr strstr strtol strtoul \ strtoull dirfd gethostbyname2 getipnodebyname epoll_create1 \ sched_getcpu sysconf sync_file_range getrandom posix_fadvise \ - arc4random + arc4random flock ]) # Check for pthread_setname_np and pthread_getname_np @@ -1241,6 +1241,7 @@ AC_CONFIG_FILES([ tests/regression/tools/trigger/name/Makefile tests/regression/tools/trigger/hidden/Makefile tests/regression/tools/context/Makefile + tests/regression/tools/client/Makefile tests/regression/ust/Makefile tests/regression/ust/nprocesses/Makefile tests/regression/ust/high-throughput/Makefile @@ -1268,6 +1269,7 @@ AC_CONFIG_FILES([ tests/regression/ust/rotation-destroy-flush/Makefile tests/regression/ust/blocking/Makefile tests/regression/ust/namespaces/Makefile + tests/regression/ust/ust-constructor/Makefile tests/stress/Makefile tests/unit/Makefile tests/unit/ini_config/Makefile @@ -1276,10 +1278,12 @@ AC_CONFIG_FILES([ tests/utils/lttngtest/Makefile tests/utils/tap/Makefile tests/utils/testapp/Makefile + tests/utils/testapp/gen-data-pending/Makefile tests/utils/testapp/gen-ns-events/Makefile tests/utils/testapp/gen-kernel-test-events/Makefile tests/utils/testapp/gen-py-events/Makefile tests/utils/testapp/gen-ust-events/Makefile + tests/utils/testapp/gen-ust-events-constructor/Makefile tests/utils/testapp/gen-ust-events-ns/Makefile tests/utils/testapp/gen-syscall-events-callstack/Makefile tests/utils/testapp/gen-ust-nevents/Makefile