tracepoints: export pointer array
[ust.git] / configure.ac
index c7d966b91d1eedea78c5ce143705a30b19757cfc..e57b3562fe3beb355eb650eafae2a2b4d54c5507 100644 (file)
@@ -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
This page took 0.022321 seconds and 4 git commands to generate.