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