From 633c8da35c671fd49bbbcbf10418347339845991 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Wed, 08 Oct 2003 22:49:57 +0000 Subject: boards/Makefile.am: added watercycle boards/gcompris/animals/flamentrosegc.jpg: animal image given by LE BERRE Daniel : released under GPL boards/gcompris/animals/girafegc.jpg: same as flamentrosegc.jpg boards/gcompris/animals/readme.txt: update with new images boards/gcompris/animals/rhinogc.jpg: same as flamentrosegc.jpg boards/gcompris/animals/singegc.jpg: same as flamentrosegc.jpg po/POTFILES.in: added watercycle src/boards/erase.c: added new animal images src/boards/hanoi.c: (hanoi_create_item): fixed alpha chanel setting (when using the aa canvas) src/boards/py-mod-skin.c: (py_gcompris_load_skin_pixmap): fixed parameter passing src/boards/py-mod-utils.c: (py_gcompris_load_pixmap): fixed parameter passing src/boards/python/Makefile.am: added watercycle src/boards/python/watercycle.py: created src/boards/reading.c: (player_win): re-indented src/boards/reversecount.c: added new animal images src/gcompris/bonus.c: (board_finished): re-indented --- (limited to 'src/boards/python/Makefile.am') diff --git a/src/boards/python/Makefile.am b/src/boards/python/Makefile.am index 9ea9c38..d87591c 100644 --- a/src/boards/python/Makefile.am +++ b/src/boards/python/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS=gcompris pythondir = $(plugindir)/python dist_python_DATA= \ - pythontest.py + pythontest.py \ + watercycle.py -- cgit v0.9.1