X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=9a867238bca4825cc36628670e9caf22f5e1c7ae;hb=940dc6d6ceaf9aa769aacc10285749214699ef1d;hp=e6731008ff1b0a7dc074bcae7fdb82320a248b56;hpb=aea2b50a7a2bbf7fd9641d9bd31976a636cabf4b;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index e6731008..9a867238 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -40,8 +40,18 @@ AC_CHECK_FUNCS([select]) lttplugindir="${libdir}/ltt/plugins" AC_SUBST(lttplugindir) +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/plugins/Makefile - lttd/Makefile]) + lttd/Makefile + LibLTT/Makefile]) AC_OUTPUT