put back
[lttv.git] / ltt / branches / poly / configure.in
index 74d0d42dde7156028f4d9ef3e6eedfc42d9272f0..b3f97167ad0ef17bca8c491876527410daf9ac75 100644 (file)
@@ -19,7 +19,7 @@ AC_CHECK_LIB([glib-2.0], [g_malloc])
 
 # Checks for header files.
 AC_HEADER_STDC
-AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h])
+AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h glib-2.0/glib.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_HEADER_STDBOOL
@@ -40,6 +40,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 +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/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.050678 seconds and 4 git commands to generate.