include installation
[lttv.git] / ltt / branches / poly / configure.in
index e6731008ff1b0a7dc074bcae7fdb82320a248b56..9a867238bca4825cc36628670e9caf22f5e1c7ae 100644 (file)
@@ -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
This page took 0.026319 seconds and 4 git commands to generate.