enum fix
[lttv.git] / ltt / branches / poly / configure.in
index b6d0dcca247b7ba9cd6f906ec954aebc8e2012db..6fc1571dc65b36b71c8fd44635411e397d394f3a 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
 
@@ -98,6 +100,8 @@ AC_SUBST(lttvincludedir)
 AC_SUBST(lttvwindowincludedir)
 
 AC_CONFIG_FILES([Makefile
+     libltt/Makefile
+     lttctl/Makefile
                 lttv/Makefile
                 lttv/lttv/Makefile
                 lttv/modules/Makefile
@@ -109,6 +113,7 @@ AC_CONFIG_FILES([Makefile
                 lttv/modules/gui/controlflow/Makefile
                 lttv/modules/gui/detailedevents/Makefile
                 lttv/modules/gui/statistics/Makefile
+     lttv/modules/gui/filter/Makefile
                 lttd/Makefile
                 ltt/Makefile
                 ltt/convert/Makefile
This page took 0.025472 seconds and 4 git commands to generate.