src/common: use single Makefile for parallel builds
[lttng-tools.git] / configure.ac
index b2f73dc276d1cc50e405cc805e41c68bdc9db049..a8f595a2c17ed39c879ffc08a4fc19a406ae915f 100644 (file)
@@ -71,6 +71,8 @@ m4_define([WARN_FLAGS_LIST], [ dnl
   -Wmissing-parameter-type dnl
   -Wshadow dnl
   -Wno-gnu-folding-constant dnl
+  -Wsuggest-attribute=format dnl
+  -Wformat=2 dnl
   dnl GCC enables this with -Wall in C++, and that generates a
   dnl lot of warnings that have on average a low value to fix.
   -Wno-sign-compare dnl
@@ -951,7 +953,6 @@ AS_IF([test x$enable_bin_lttng_crash != xno],
 
 AS_IF([test x$enable_bin_lttng_relayd != xno],
       [
-       build_lib_lttng_ctl=yes
        build_lib_sessiond_comm=yes
        build_lib_index=yes
        build_lib_health=yes
@@ -1141,24 +1142,6 @@ AC_CONFIG_FILES([
        extras/core-handler/Makefile
        src/Makefile
        src/common/Makefile
-       src/common/argpar/Makefile
-       src/common/bytecode/Makefile
-       src/common/kernel-ctl/Makefile
-       src/common/kernel-consumer/Makefile
-       src/common/consumer/Makefile
-       src/common/ust-consumer/Makefile
-       src/common/hashtable/Makefile
-       src/common/sessiond-comm/Makefile
-       src/common/compat/Makefile
-       src/common/relayd/Makefile
-       src/common/testpoint/Makefile
-       src/common/index/Makefile
-       src/common/health/Makefile
-       src/common/config/Makefile
-       src/common/ini-config/Makefile
-       src/common/string-utils/Makefile
-       src/common/fd-tracker/Makefile
-       src/common/filter/Makefile
        src/lib/Makefile
        src/lib/lttng-ctl/Makefile
        src/lib/lttng-ctl/lttng-ctl.pc
This page took 0.024519 seconds and 4 git commands to generate.