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>2007-03-13 22:44:58 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-03-13 22:44:58 (GMT)
commit1e4b61b97cb1cb9d03988dd83a130df47831a28f (patch)
tree9fd36ba045f1a9c457401710e40aa678cb9c2ae6 /boards/Makefile.am
parent5ba818bd1a670db31e0c701bebca3bc92e3b4aae (diff)
minor, removed resource definition
* boards/clickgame.xml.in: minor, removed resource definition * boards/menu.xml.in: * src/gcompris/gcompris.c: * boards/Makefile.am: splitted geography and geography_country * boards/geography.xml.in: * boards/geography/Makefile.am: * boards/geography/board10_0.xml.in: * boards/geography/board5_0.xml.in: * boards/geography/board6_0.xml.in: * boards/geography/board7_0.xml.in: * boards/geography/board8_0.xml.in: * boards/geography/board9_0.xml.in: * boards/geography/board9_1.xml.in: * boards/geography/board9_2.xml.in: * boards/geography_country/Makefile.am: * configure.in: * po/POTFILES.in: * boards/scalesboard.xml.in: fixed documentation * src/boards/scale.c: (scale_anim_plateau): fixed fuzzy plate by Miguel. * src/boards/shapegame.c: (item_event): fixed freeze in dragging in the tooltip by Miguel. svn path=/trunk/; revision=2513
Diffstat (limited to 'boards/Makefile.am')
-rw-r--r--boards/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/boards/Makefile.am b/boards/Makefile.am
index 961ba9f..35c905e 100644
--- a/boards/Makefile.am
+++ b/boards/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = gcompris read_colors advanced_colors babymatch babyshapes imageid imagename missing_letter paintings doubleentry geography chronos
+SUBDIRS = gcompris read_colors advanced_colors babymatch babyshapes imageid imagename missing_letter paintings doubleentry geography geography_country chronos
xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@
@@ -48,6 +48,7 @@ xml_in_files = \
followline.xml.in \
fun.xml.in \
geography.xml.in \
+ geography_country.xml.in \
geometry.xml.in \
gletters.xml.in \
gnumch-equality.xml.in \