X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=a77108ebf575200341e7c2961c270c76561fede3;hb=e4d84ff4ee3851ee83d33f5275464306168e5ac4;hp=116c6ae8318b058161d34c4779cd1980c299726a;hpb=5cec0a1533188970d5784a4ced8b127ab2366080;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 116c6ae8..a77108eb 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -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.2-20092005) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.9-10102005) 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