From ff5005365dd6d82f32b199872a4bab1fd1e7d9fc Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sat, 12 Aug 2006 00:58:07 +0000 Subject: - Fixed africa maps. Removed too tiny country in the whole africa map. Fixed missing country pixmaps. Closes sourceforge GCompris bug#1538043. - Added -Werror as a global option. Fixed all warnings. I may have introduced bugs during this process. - click_on_letter: re-added the spoken instruction click on the letter - algebra: re-added the spoken numbers. --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 569c28b..67fa154 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ install-data-local: @$(NORMAL_INSTALL) if test -d $(srcdir)/$(PACKAGE_DATA_DIR); then \ $(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR); \ - cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude CVS --exclude .xvpics --exclude "[12]?.ogg" * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \ + cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude CVS --exclude .xvpics --exclude "1[1-9].ogg" --exclude "2?.ogg" * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \ fi dist-hook: -- cgit v0.9.1