update compat
[lttv.git] / ltt / branches / poly / configure.in
index 9f0b2402fa298332303bc33b4e3b12c841a4171a..5ecb494f1e6073ef44e52330057e0ebd7f990d1b 100644 (file)
@@ -23,7 +23,7 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 #AC_WITH_LTDL  # not needed ?
-AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.3-20092005)
+AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.6-20012006)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
@@ -79,7 +79,7 @@ AC_CHECK_FUNCS([select])
 AM_CONDITIONAL(LTTVSTATIC, test "$enable_lttvstatic" = yes)
 lttvlibdir="${libdir}/lttv"
 lttvplugindir="${lttvlibdir}/plugins"
-lttlibdir="${libdir}/ltt"
+#lttlibdir="${libdir}/ltt"
 top_lttvdir="\$(top_srcdir)/lttv"
 top_lttvwindowdir="\$(top_srcdir)/lttv/modules/gui/lttvwindow"
 
@@ -97,7 +97,7 @@ AC_SUBST(POPT_LIBS)
 AC_SUBST(UTIL_LIBS)
 AC_SUBST(lttvlibdir)
 AC_SUBST(lttvplugindir)
-AC_SUBST(lttlibdir)
+#AC_SUBST(lttlibdir)
 AC_SUBST(top_lttvdir)
 AC_SUBST(top_lttvwindowdir)
 AC_SUBST(DEFAULT_INCLUDES)
@@ -115,6 +115,8 @@ AC_CONFIG_FILES([Makefile
                 lttv/modules/text/Makefile
                 lttv/modules/gui/Makefile
                 lttv/modules/gui/lttvwindow/Makefile
+                lttv/modules/gui/interrupts/Makefile
+                lttv/modules/gui/diskperformance/Makefile
                 lttv/modules/gui/lttvwindow/lttvwindow/Makefile
                 lttv/modules/gui/lttvwindow/pixmaps/Makefile
                 lttv/modules/gui/controlflow/Makefile
This page took 0.02355 seconds and 4 git commands to generate.