From 006afba88f8aa23a4cc6031ce94adbee4bcd40a8 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sun, 20 Aug 2006 23:08:44 +0000 Subject: - Major review of the API. now all the API follows the naming convention: gc___ for example gc_board_end, gc_bar_start, ... - added in gc_core.h functions that are shared in the core only. - fixed python plugins to remove API entries not needed for activities. --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 67fa154..cef135b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ else DOCS_SUBDIR= endif -SUBDIRS = po src boards $(DOCS_SUBDIR) +SUBDIRS = po src boards $(DOCS_SUBDIR) autopackage icondir=$(datadir)/pixmaps icon_DATA = gcompris.png gcompris-edit.png -- cgit v0.9.1