X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=e5ac32003a265f7af970bb699db2b31ff415f4db;hb=185c782861fe6ed224d14293afc57c46ab5e7aed;hp=17f6688e35b47515bda6eff4f440da861524e123;hpb=8026847386fa3cddca522bedefbd563304a50903;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 17f6688e..e5ac3200 100644 --- a/configure.ac +++ b/configure.ac @@ -485,6 +485,9 @@ _AC_DEFINE_AND_SUBST([LTTNG_UST_DEFAULT_CONSTRUCTOR_TIMEOUT_MS], [3000]) AM_CFLAGS="-Wall $URCU_CFLAGS $PTHREAD_CFLAGS" AC_SUBST(AM_CFLAGS) +AM_CXXFLAGS="$AM_CFLAGS" +AC_SUBST(AM_CXXFLAGS) + # The order in which the include folders are searched is important. # The top_builddir should always be searched first in the event that a build # time generated file is included. @@ -501,6 +504,8 @@ AC_CONFIG_FILES([ include/Makefile include/lttng/ust-version.h snprintf/Makefile + libcounter/Makefile + libmsgpack/Makefile libringbuffer/Makefile liblttng-ust-comm/Makefile liblttng-ust/Makefile @@ -536,7 +541,9 @@ AC_CONFIG_FILES([ tests/compile/test-app-ctx/Makefile tests/benchmark/Makefile tests/unit/gcc-weak-hidden/Makefile + tests/unit/libmsgpack/Makefile tests/unit/Makefile + tests/unit/libringbuffer/Makefile tests/unit/pthread_name/Makefile tests/unit/snprintf/Makefile tests/unit/ust-elf/Makefile