Author: ivanovic
Date: Sun Apr 12 22:55:08 2009
New Revision: 34828

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34828&view=rev
Log:
add missing file to tarball generation (f*** autotools!!!)

Modified:
    trunk/Makefile.am

Modified: trunk/Makefile.am
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/Makefile.am?rev=34828&r1=34827&r2=34828&view=diff
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sun Apr 12 22:55:08 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

Reply via email to