add guint32_before and after
[lttv.git] / ltt / branches / poly / configure.in
index 1f825bbf2b75833359dc3f88a400577be403bc2d..5e77a21a3d7c06fa6746ae25b3cd77d771d9d03f 100644 (file)
@@ -31,6 +31,8 @@ AM_PATH_GLIB_2_0(2.4.0, ,AC_MSG_ERROR([glib is required in order to compile Linu
 
 AM_PATH_GTK_2_0(2.4.0, ,AC_MSG_ERROR([gtk is required in order to compile GUI - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule)
 
+AC_SYS_LARGEFILE
+
 # Checks for programs.
 AC_PROG_CC
 
@@ -50,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)
 
@@ -98,6 +101,8 @@ AC_SUBST(lttvincludedir)
 AC_SUBST(lttvwindowincludedir)
 
 AC_CONFIG_FILES([Makefile
+     libltt/Makefile
+     lttctl/Makefile
                 lttv/Makefile
                 lttv/lttv/Makefile
                 lttv/modules/Makefile
@@ -121,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.023839 seconds and 4 git commands to generate.