remove, finally
[lttv.git] / ltt / branches / poly / configure.in
index e6731008ff1b0a7dc074bcae7fdb82320a248b56..3721f58ab2e4228e69e8f03ae565dacd0fabb38b 100644 (file)
@@ -7,6 +7,7 @@ AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-29052003)
 AC_CONFIG_HEADER([config.h])
 AC_PROG_LIBTOOL
 AM_PROG_LIBTOOL
+AM_CONFIG_HEADER
 
 # Checks for programs.
 AC_PROG_CC
@@ -19,7 +20,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
@@ -37,11 +38,32 @@ AC_CHECK_FUNCS([select])
 
 #CPPFLAGS="$CPPFLAGS -I"
 
-lttplugindir="${libdir}/ltt/plugins"
-AC_SUBST(lttplugindir)
+lttvplugindir="${libdir}/lttv/plugins"
+AC_SUBST(lttvplugindir)
+
+lttlibdir="${libdir}/ltt"
+AC_SUBST(lttlibdir)
+
+
+DEFAULT_INCLUDES="-I\$(top_srcdir)/include"
+AC_SUBST(DEFAULT_INCLUDES)
+
+lttvincludedir="${includedir}/lttv"
+AC_SUBST(lttvincludedir)
+
+lttincludedir="${includedir}/ltt"
+AC_SUBST(lttincludedir)
 
 AC_CONFIG_FILES([Makefile
                  lttv/Makefile
+                lttv/modules/Makefile
+                lttv/modules/gui/Makefile
+                lttv/modules/text/Makefile
                  lttv/plugins/Makefile
-                lttd/Makefile])
+                lttv/plugins/examples/Makefile
+                lttd/Makefile
+                ltt/Makefile
+                include/Makefile
+                include/ltt/Makefile
+                include/lttv/Makefile])
 AC_OUTPUT
This page took 0.0249 seconds and 4 git commands to generate.