Author: ivanovic
Date: Tue Aug 19 22:47:52 2008
New Revision: 28775
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28775&view=rev
Log:
add .h files to the tarball, not only .hpp files
Modified:
trunk/Makefile.am
Modified: trunk/Makefile.am
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/Makefile.am?rev=28775&r1=28774&r2=28775&view=diff
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Tue Aug 19 22:47:52 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 )
+findnoinst_headers=(cd $(top_srcdir) && find src -name "*.hpp" -print && find
src -name "*.h" -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