lttctl ok in daemon mode with previously created xml descriptions
[lttv.git] / ltt / branches / poly / configure.in
index 6fc1571dc65b36b71c8fd44635411e397d394f3a..5e77a21a3d7c06fa6746ae25b3cd77d771d9d03f 100644 (file)
@@ -52,6 +52,7 @@ AC_HEADER_STDC
 
 pkg_modules="gtk+-2.0 >= 2.0.0"
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
+PACKAGE_CFLAGS="-Wall -Wformat"
 AC_SUBST(PACKAGE_CFLAGS)
 AC_SUBST(PACKAGE_LIBS)
 
@@ -125,5 +126,6 @@ AC_CONFIG_FILES([Makefile
      doc/user/Makefile
      doc/user/user_guide/Makefile
      doc/user/user_guide/docbook/Makefile
-     doc/user/user_guide/html/Makefile])
+     doc/user/user_guide/html/Makefile
+     facilities/Makefile])
 AC_OUTPUT
This page took 0.033036 seconds and 4 git commands to generate.