X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=inline;f=configure.ac;h=dc30060fcdeaaceedbcd435ab4c29efb70e6f135;hb=36385b6ec421b3e752ce1eaad3bcb6776f5536dd;hp=391cc9ac5de1b886b5f8512cfe3e65131a28b642;hpb=d2869a264f99f0e8138fd3fa08f3121a69e75150;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 391cc9ac..dc30060f 100644 --- a/configure.ac +++ b/configure.ac @@ -192,6 +192,24 @@ Use --with-java-jdk=DIR flag to point to your java include files or desactivate fi AM_CONDITIONAL(BUILD_JNI_INTERFACE, test "$with_jni_interface" = "yes") +#currently disabled. + #liblttng-ust-malloc/Makefile + #tests/hello2/Makefile + #tests/basic/Makefile + #tests/simple_include/Makefile + #tests/snprintf/Makefile + #tests/test-nevents/Makefile + #tests/test-libustinstr-malloc/Makefile + #tests/dlopen/Makefile + #tests/same_line_marker/Makefile + #tests/trace_event/Makefile + #tests/tracepoint/Makefile + #tests/tracepoint/benchmark/Makefile + #tests/register_test/Makefile + #tests/libustctl_function_#tests/Makefile + #tests/exit-fast/Makefile + #tests/basic_long/Makefile + AC_CONFIG_FILES([ Makefile include/Makefile @@ -206,27 +224,11 @@ AC_CONFIG_FILES([ liblttng-ust-ctl/Makefile liblttng-ust-fork/Makefile liblttng-ust-java/Makefile - liblttng-ust-malloc/Makefile tests/Makefile tests/hello/Makefile + tests/fork/Makefile tests/ust-basic-tracing/Makefile tests/ust-multi-test/Makefile - tests/hello2/Makefile - tests/basic/Makefile - tests/basic_long/Makefile - tests/fork/Makefile - tests/simple_include/Makefile - tests/snprintf/Makefile - tests/test-nevents/Makefile - tests/test-libustinstr-malloc/Makefile - tests/dlopen/Makefile - tests/same_line_marker/Makefile - tests/trace_event/Makefile - tests/tracepoint/Makefile - tests/tracepoint/benchmark/Makefile - tests/register_test/Makefile - tests/libustctl_function_tests/Makefile - tests/exit-fast/Makefile lttng-ust.pc ]) AC_OUTPUT