X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=9a867238bca4825cc36628670e9caf22f5e1c7ae;hb=940dc6d6ceaf9aa769aacc10285749214699ef1d;hp=6c0b48fc1e890ea227d5032e7b63abe509c5eb6d;hpb=273475ce32b58966e35ed688fd6216c63b37d01f;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 6c0b48fc..9a867238 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -43,8 +43,15 @@ 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