put back again
[lttv.git] / ltt / branches / poly / configure.in
index 74d0d42dde7156028f4d9ef3e6eedfc42d9272f0..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,6 +42,10 @@ AC_CHECK_FUNCS([select])
 lttvplugindir="${libdir}/lttv/plugins"
 AC_SUBST(lttvplugindir)
 
+lttlibdir="${libdir}/ltt"
+AC_SUBST(lttlibdir)
+
+
 DEFAULT_INCLUDES="-I\$(top_srcdir)/include"
 AC_SUBST(DEFAULT_INCLUDES)
 
@@ -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
-                LibLTT/Makefile])
+                ltt/Makefile
+                include/Makefile
+                include/ltt/Makefile
+                include/lttv/Makefile])
 AC_OUTPUT
This page took 0.027248 seconds and 4 git commands to generate.