lttv headers in /include
[lttv.git] / ltt / branches / poly / configure.in
index 6c0b48fc1e890ea227d5032e7b63abe509c5eb6d..00a5ae9b364d5259800d2825b2dd74da3f2fb50b 100644 (file)
@@ -37,14 +37,28 @@ AC_CHECK_FUNCS([select])
 
 #CPPFLAGS="$CPPFLAGS -I"
 
-lttplugindir="${libdir}/ltt/plugins"
-AC_SUBST(lttplugindir)
+lttvplugindir="${libdir}/lttv/plugins"
+AC_SUBST(lttvplugindir)
 
-DEFAULT_INCLUDES="-I\$(top_srcdir)/include"
-AC_SUBST(DEFAULT_INCLUDES)
+#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/modules/Makefile
+                lttv/modules/gui/Makefile
+                lttv/modules/text/Makefile
                  lttv/plugins/Makefile
-                lttd/Makefile])
+                lttv/plugins/exemples/Makefile
+                lttd/Makefile
+                ltt/Makefile
+                include/Makefile
+                include/ltt/Makefile
+                include/lttv/Makefile])
 AC_OUTPUT
This page took 0.023969 seconds and 4 git commands to generate.