examples
[lttv.git] / ltt / branches / poly / configure.in
index cd36993b173e7c432bfe3bcf7ed27d42072ae93d..99b1de5df2c9740467a5e38150c5e47cabc74a44 100644 (file)
@@ -40,8 +40,8 @@ AC_CHECK_FUNCS([select])
 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)
@@ -51,8 +51,14 @@ AC_SUBST(lttincludedir)
 
 AC_CONFIG_FILES([Makefile
                  lttv/Makefile
+                lttv/modules/Makefile
+                lttv/modules/gui/Makefile
+                lttv/modules/text/Makefile
                  lttv/plugins/Makefile
                 lttv/plugins/exemples/Makefile
                 lttd/Makefile
-                ltt/Makefile])
+                ltt/Makefile
+                include/Makefile
+                include/ltt/Makefile
+                include/lttv/Makefile])
 AC_OUTPUT
This page took 0.022502 seconds and 4 git commands to generate.