CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <[EMAIL PROTECTED]> 05/06/09 20:02:14

Modified files:
        .              : Makefile.am 

Log message:
        updated call to graph-includes to work with and use features of version 
0.9.1

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/Makefile.am.diff?tr1=1.41&tr2=1.42&r1=text&r2=text

Patches:
Index: wesnoth/Makefile.am
diff -u wesnoth/Makefile.am:1.41 wesnoth/Makefile.am:1.42
--- wesnoth/Makefile.am:1.41    Fri Jun  3 20:19:29 2005
+++ wesnoth/Makefile.am Thu Jun  9 20:02:10 2005
@@ -134,8 +134,8 @@
 
 # latest graph-includes.pl can be found currently at 
http://ydirson.free.fr/soft/wesnoth/graphs/
 wesnoth-deps.dot:
-       (cd $(top_srcdir) && graph-includes -v --class wesnoth --group 1-1 \
+       (cd $(top_srcdir) && graph-includes -verbose --class wesnoth --group 
1-1 \
          -sysI /usr/include/c++/3.3 -sysI /usr/include -sysI /usr/include/SDL \
-         --prefixstrip src/ -I src `find src -name '*.[ch]pp'`) > $@
+         --prefixstrip src/ -I src  src) > $@
 %.ps: %.dot
        dot -Tps $< > $@


Reply via email to