Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/Makefile.am
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-01-29 01:38:28 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-01-29 01:38:28 (GMT)
commit3aa1a41b25b4218d85d0f4c1578f1f0410fe10ea (patch)
tree3442c62a095a75b73c4a21b22a6a5cfcdb3a2826 /boards/Makefile.am
parent8066681cafd2197e306f42e233aa6cea3d2599f9 (diff)
Welcome to life to Nicolas Combes.
Added a new relative 2D maze. On the idea of Yves. Well meny peaple though about it and wanted it. Yves and Nicolas decided me to implement it now. * boards/Makefile.am: added maze2DRelative * boards/maze2DRelative.xml.in: - * po/POTFILES.in: - * src/boards/maze.c: (start_board), (key_press), (target_event), (key_press_2D_relative): - * src/gcompris/gcompris.c: (setup_window): fixed key event. Previous changes did broke it. Hope it works fine now.
Diffstat (limited to 'boards/Makefile.am')
-rw-r--r--boards/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/boards/Makefile.am b/boards/Makefile.am
index 8836aaf..a9231b5 100644
--- a/boards/Makefile.am
+++ b/boards/Makefile.am
@@ -45,6 +45,7 @@ xml_in_files = \
imagename.xml.in \
leftright.xml.in \
maze.xml.in \
+ maze2DRelative.xml.in \
maze3D.xml.in \
melody.xml.in \
memory.xml.in \