X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=a77108ebf575200341e7c2961c270c76561fede3;hb=e4d84ff4ee3851ee83d33f5275464306168e5ac4;hp=670d5d84848bb15aa81f1fa839d021fdf7cb6696;hpb=6da3640c5dfff6319edcb000391cb2fdfa5abe56;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 670d5d84..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.3-20092005) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.9-10102005) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL @@ -77,7 +77,7 @@ AC_CHECK_FUNCS([select]) #CPPFLAGS="$CPPFLAGS -I" AM_CONDITIONAL(LTTVSTATIC, test "$enable_lttvstatic" = yes) -#lttvlibdir="${libdir}/lttv" +lttvlibdir="${libdir}/lttv" lttvplugindir="${lttvlibdir}/plugins" #lttlibdir="${libdir}/ltt" top_lttvdir="\$(top_srcdir)/lttv" @@ -95,7 +95,7 @@ lttctlincludedir="${includedir}/liblttctl" AC_SUBST(POPT_LIBS) AC_SUBST(UTIL_LIBS) -#AC_SUBST(lttvlibdir) +AC_SUBST(lttvlibdir) AC_SUBST(lttvplugindir) #AC_SUBST(lttlibdir) AC_SUBST(top_lttvdir) @@ -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