X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=e57b3562fe3beb355eb650eafae2a2b4d54c5507;hb=773655f35716237829e6e252e27165ca4044f930;hp=60334bf1ffc8e9863d7b38075869bdee9c4e391d;hpb=f1ea986a95b7d60e436d04ff792c4a1be8d5b9d4;p=ust.git diff --git a/configure.ac b/configure.ac index 60334bf..e57b356 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([ust], [0.10], [nils dot carlson at ericsson dot com]) +AC_INIT([ust], [0.11], [nils dot carlson at ericsson dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -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. @@ -128,15 +130,16 @@ AC_CONFIG_FILES([ tests/same_line_marker/Makefile tests/trace_event/Makefile 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