X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=88a31e9c5364a8d5073829ffb9c779903b73cf9d;hb=69400ac4a4e6575f749c6326df7c2a2c8ac3bdc5;hp=be93880c987813122ffef888d9eb00a293af05d4;hpb=f3049ad9e7b72287888452b9ed542c0f36e6eefe;p=ust.git diff --git a/configure.ac b/configure.ac index be93880..88a31e9 100644 --- a/configure.ac +++ b/configure.ac @@ -189,14 +189,19 @@ AM_CONDITIONAL(BUILD_JNI_INTERFACE, test "$with_jni_interface" = "yes") AC_CONFIG_FILES([ Makefile + include/Makefile + include/lttng/version.h doc/Makefile doc/man/Makefile doc/info/Makefile - include/Makefile - liblttng-ust-comm/Makefile + snprintf/Makefile libringbuffer/Makefile - libust/Makefile - libustctl/Makefile + liblttng-ust-comm/Makefile + liblttng-ust/Makefile + liblttng-ust-ctl/Makefile + liblttng-ust-fork/Makefile + liblttng-ust-java/Makefile + liblttng-ust-malloc/Makefile tests/Makefile tests/hello/Makefile tests/ust-basic-tracing/Makefile @@ -217,11 +222,6 @@ AC_CONFIG_FILES([ tests/register_test/Makefile tests/libustctl_function_tests/Makefile tests/exit-fast/Makefile - libustinstr-malloc/Makefile - libustfork/Makefile - snprintf/Makefile ust.pc - include/lttng/version.h - libustjava/Makefile ]) AC_OUTPUT