git-svn-id: http://ltt.polymtl.ca/svn@289 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / configure.in
index 9891d07a9f37c9fffa8802491234f5c3a9e1915e..b4013234555ef315944184ece67ef958350b33ae 100644 (file)
@@ -4,7 +4,7 @@
 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_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-30092003)
 AM_CONFIG_HEADER([config.h])
 AM_PROG_LIBTOOL
 
@@ -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"
@@ -58,7 +61,7 @@ AC_SUBST(lttlibdir)
 top_includedir="\$(top_srcdir)/include"
 AC_SUBST(top_includedir)
 
-DEFAULT_INCLUDES="-I\$(top_includedir)"
+DEFAULT_INCLUDES="-I\$(top_includedir) -I\$(top_srcdir)"
 AC_SUBST(DEFAULT_INCLUDES)
 
 #CPPFLAGS="${GLIB_CFLAGS}"
@@ -71,8 +74,15 @@ 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
                 lttd/Makefile
                 ltt/Makefile
                 include/Makefile
This page took 0.024336 seconds and 4 git commands to generate.