configure in change
[lttv.git] / ltt / branches / poly / configure.in
index 58b7b4c313d18175bcbfafb8c412f39dbd28a04a..943d73a3955389e489bafaf0ff2b793da1866fbb 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)
@@ -48,7 +48,10 @@ AC_CHECK_FUNCS([select])
 
 #CPPFLAGS="$CPPFLAGS -I"
 
-lttvplugindir="${libdir}/lttv/plugins"
+lttvlibdir="${libdir}/lttv"
+AC_SUBST(lttvlibdir)
+
+lttvplugindir="${lttvlibdir}/plugins"
 AC_SUBST(lttvplugindir)
 
 lttlibdir="${libdir}/ltt"
@@ -71,12 +74,18 @@ lttincludedir="${includedir}/ltt"
 AC_SUBST(lttincludedir)
 
 AC_CONFIG_FILES([Makefile
-     lttv/Makefile
+                lttv/Makefile
                 lttv/modules/Makefile
+                lttv/modules/text/Makefile
                 lttv/modules/gui/Makefile
-                lttv/modules/gui/mainWin/Makefile
-                lttv/modules/gui/mainWin/src/Makefile
-                lttv/modules/gui/API/Makefile
+                lttv/modules/gui/mainLib/Makefile
+                lttv/modules/gui/main/Makefile
+                lttv/modules/gui/main/src/Makefile
+                lttv/modules/gui/main/pixmaps/Makefile
+                lttv/modules/gui/icons/Makefile
+                lttv/modules/gui/ControlFlow/Makefile
+                lttv/modules/gui/DetailedEvents/Makefile
+                lttv/modules/gui/Statistics/Makefile
                 lttd/Makefile
                 ltt/Makefile
                 include/Makefile
@@ -84,11 +93,3 @@ AC_CONFIG_FILES([Makefile
                 ltt/convert/Makefile
                 include/lttv/Makefile])
 AC_OUTPUT
-#               lttv/modules/examples/Makefile
-#               include/ltt/convert/Makefile
-#               lttv/modules/gui/API/Makefile
-#               lttv/modules/gui/Makefile
-#               lttv/modules/text/Makefile
-#               lttv/plugins/Makefile
-#               lttv/plugins/examples/Makefile
-#               lttv/modules/coreGUI/Makefile
This page took 0.023181 seconds and 4 git commands to generate.