X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=43b2f3f73bee68ff29c6c69b65eaef883db525fd;hb=b42dc92c1003cb5a1912cd86c59fbaa3544a3e10;hp=bbd5914454c9738a4294a07740b41c07a46aa323;hpb=fac6795d6e2c60e79bdc7dab42da94d2025a57d3;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index bbd591445..43b2f3f73 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AC_CHECK_DECL([cds_list_add], [], [AC_MSG_ERROR([liburcu 0.5.4 or newer is needed])], [[#include ]] ) -CFLAGS="-Wall $CFLAGS -g" +CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing" AC_PROG_CC AC_PROG_LIBTOOL @@ -46,11 +46,13 @@ AC_PROG_LIBTOOL AC_CONFIG_FILES([ Makefile include/Makefile + libkernelctl/Makefile liblttngctl/Makefile liblttsessiondcomm/Makefile + ltt-sessiond/Makefile lttng/Makefile tests/Makefile - ltt-sessiond/Makefile + tests/ltt-sessiond/Makefile ]) AC_OUTPUT