Author: ivanovic
Date: Sun Apr 12 22:55:03 2009
New Revision: 34827
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34827&view=rev
Log:
add missing file to tarball generation (f*** autotools!!!)
Modified:
branches/1.6/Makefile.am
Modified: branches/1.6/Makefile.am
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/Makefile.am?rev=34827&r1=34826&r2=34827&view=diff
==============================================================================
--- branches/1.6/Makefile.am (original)
+++ branches/1.6/Makefile.am Sun Apr 12 22:55:03 2009
@@ -20,7 +20,7 @@
findsconstruct=(cd $(top_srcdir) && find . -name "SConstruct" -print )
findsconsdir=(cd $(top_srcdir) && find scons $(findfilterflags) -print )
# List all files required for cmake build recipe
-findcmakelists=(cd $(top_srcdir) && find . -name "CMakeLists.txt" -print )
+findcmakelists=(cd $(top_srcdir) && find . -name "CMakeLists.txt" -print -o
-name config.h.cmake -print )
findcmakedir=(cd $(top_srcdir) && find cmake $(findfilterflags) -print )
findcmakeextrafiles=(cd $(top_srcdir) && find po -name "po-update.sh" -print
-o -name "pot-update.sh.in" -print -o -name "LINGUAS" -print )
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits