put back again
[lttv.git] / ltt / branches / poly / configure.in
index cd36993b173e7c432bfe3bcf7ed27d42072ae93d..4fe85a5b014a1221115499ec3f71463ad93745a5 100644 (file)
@@ -7,6 +7,8 @@ AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-29052003)
 AC_CONFIG_HEADER([config.h])
 AC_PROG_LIBTOOL
 AM_PROG_LIBTOOL
+#AM_CONFIG_HEADER
+AM_PATH_GLIB_2_0
 
 # Checks for programs.
 AC_PROG_CC
@@ -40,8 +42,12 @@ AC_CHECK_FUNCS([select])
 lttvplugindir="${libdir}/lttv/plugins"
 AC_SUBST(lttvplugindir)
 
-#DEFAULT_INCLUDES="-I\$(top_srcdir)/include"
-#AC_SUBST(DEFAULT_INCLUDES)
+lttlibdir="${libdir}/ltt"
+AC_SUBST(lttlibdir)
+
+
+DEFAULT_INCLUDES="-I\$(top_srcdir)/include"
+AC_SUBST(DEFAULT_INCLUDES)
 
 lttvincludedir="${includedir}/lttv"
 AC_SUBST(lttvincludedir)
@@ -51,8 +57,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/exemples/Makefile
+                lttv/plugins/examples/Makefile
                 lttd/Makefile
-                ltt/Makefile])
+                ltt/Makefile
+                include/Makefile
+                include/ltt/Makefile
+                include/lttv/Makefile])
 AC_OUTPUT
This page took 0.022608 seconds and 4 git commands to generate.