workaround..
[lttv.git] / ltt / branches / poly / configure.in
index 9a867238bca4825cc36628670e9caf22f5e1c7ae..cd88d33bb2964138d5473c29ec2b9b482ccaba62 100644 (file)
@@ -4,9 +4,9 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-29052003)
-AC_CONFIG_HEADER([config.h])
-AC_PROG_LIBTOOL
+AM_CONFIG_HEADER([config.h])
 AM_PROG_LIBTOOL
+AM_PATH_GLIB_2_0
 
 # Checks for programs.
 AC_PROG_CC
@@ -37,10 +37,14 @@ AC_CHECK_FUNCS([select])
 
 #CPPFLAGS="$CPPFLAGS -I"
 
-lttplugindir="${libdir}/ltt/plugins"
-AC_SUBST(lttplugindir)
+lttvplugindir="${libdir}/lttv/plugins"
+AC_SUBST(lttvplugindir)
 
-DEFAULT_INCLUDES="-I\$(top_srcdir)/include"
+lttlibdir="${libdir}/ltt"
+AC_SUBST(lttlibdir)
+
+
+DEFAULT_INCLUDES="-I\$(top_srcdir)/include -I/usr/include/glib-2.0"
 AC_SUBST(DEFAULT_INCLUDES)
 
 lttvincludedir="${includedir}/lttv"
@@ -51,7 +55,14 @@ AC_SUBST(lttincludedir)
 
 AC_CONFIG_FILES([Makefile
                  lttv/Makefile
+                lttv/modules/Makefile
+                lttv/modules/gui/Makefile
+                lttv/modules/text/Makefile
                  lttv/plugins/Makefile
+                lttv/plugins/examples/Makefile
                 lttd/Makefile
-                LibLTT/Makefile])
+                ltt/Makefile
+                include/Makefile
+                include/ltt/Makefile
+                include/lttv/Makefile])
 AC_OUTPUT
This page took 0.02245 seconds and 4 git commands to generate.