X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=e57b3562fe3beb355eb650eafae2a2b4d54c5507;hb=f218ff2821b494cf7b0fc3978e944070ad418772;hp=c7d966b91d1eedea78c5ce143705a30b19757cfc;hpb=91594b712729c0d855efeab849c2093706336941;p=ust.git diff --git a/configure.ac b/configure.ac index c7d966b..e57b356 100644 --- a/configure.ac +++ b/configure.ac @@ -52,6 +52,8 @@ AC_C_INLINE AC_FUNC_MALLOC AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol]) +CFLAGS="-Wall $CFLAGS" + # URCU # urcu - check if we just find the headers it out of the box. @@ -130,14 +132,14 @@ AC_CONFIG_FILES([ tests/tracepoint/Makefile tests/tracepoint/benchmark/Makefile tests/register_test/Makefile - tests/ustcmd_function_tests/Makefile + tests/libustctl_function_tests/Makefile libustinstr-malloc/Makefile libustfork/Makefile libustconsumer/Makefile ust-consumerd/Makefile ustctl/Makefile libustcomm/Makefile - libustcmd/Makefile + libustctl/Makefile snprintf/Makefile ]) AC_OUTPUT