add missing makefile
[lttv.git] / ltt / branches / poly / configure.in
index 785020ade4b99fc631b432565322b29848da665c..f67de63ce6e6954572831e6687f0e5329ed53f8c 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)
@@ -55,7 +55,10 @@ AC_CONFIG_FILES([Makefile
                 lttv/modules/gui/Makefile
                 lttv/modules/text/Makefile
                  lttv/plugins/Makefile
-                lttv/plugins/exemples/Makefile
+                lttv/plugins/examples/Makefile
                 lttd/Makefile
-                ltt/Makefile])
+                ltt/Makefile
+                include/Makefile
+                include/ltt/Makefile
+                include/lttv/Makefile])
 AC_OUTPUT
This page took 0.023084 seconds and 4 git commands to generate.