Author: ivanovic
Date: Mon Aug 25 10:43:26 2008
New Revision: 28963
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28963&view=rev
Log:
make sure that headers ending with .i and .ii are in the tarball, too
why are those endings used anyway?!?
Modified:
trunk/Makefile.am
Modified: trunk/Makefile.am
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/Makefile.am?rev=28963&r1=28962&r2=28963&view=diff
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Mon Aug 25 10:43:26 2008
@@ -14,7 +14,7 @@
# List non-installable utility files
findnoinst=(cd $(top_srcdir) && find utils $(findfilterflags) -print )
# List all Header files
-findnoinst_headers=(cd $(top_srcdir) && find src -name "*.hpp" -print && find
src -name "*.h" -print )
+findnoinst_headers=(cd $(top_srcdir) && find src -name "*.hpp" -print && find
src -name "*.h" -print && find src -name "*.ii" -print && find src -name "*.i"
-print )
# List all files required for scons build recipe
findsconscript=(cd $(top_srcdir) && find . -name "SConscript" -print )
findsconstruct=(cd $(top_srcdir) && find . -name "SConstruct" -print )
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits