use time functions in time.h
[lttv.git] / ltt / branches / poly / configure.in
index 3d9f8761531272c7109fb3aea94c79194c1847e5..47401b1c3ea62c1634d28630efb43d33abebcc49 100644 (file)
@@ -4,8 +4,8 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 #AC_WITH_LTDL  # not needed ?
-AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-06082003)
-AM_CONFIG_HEADER([config.h])
+AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-30092003)
+AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
 AM_PATH_GLIB_2_0(2.0.0, ,AC_MSG_ERROR([glib is required in order to compile LinuxTraceToolkit - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule)
@@ -74,12 +74,16 @@ lttincludedir="${includedir}/ltt"
 AC_SUBST(lttincludedir)
 
 AC_CONFIG_FILES([Makefile
-     lttv/Makefile
+                lttv/Makefile
                 lttv/modules/Makefile
                 lttv/modules/gui/Makefile
                 lttv/modules/gui/mainWin/Makefile
                 lttv/modules/gui/mainWin/src/Makefile
+                lttv/modules/gui/mainWin/pixmaps/Makefile
                 lttv/modules/gui/API/Makefile
+                lttv/modules/guiControlFlow/Makefile
+                lttv/modules/icons/Makefile
+                lttv/modules/guiStatistic/Makefile
                 lttd/Makefile
                 ltt/Makefile
                 include/Makefile
This page took 0.023273 seconds and 4 git commands to generate.