Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/autopackage
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-08-20 23:08:44 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-08-20 23:08:44 (GMT)
commit006afba88f8aa23a4cc6031ce94adbee4bcd40a8 (patch)
tree4d4e0f77c8dac1fbb46917177591f0bb873cd4d2 /autopackage
parent51e4bdb87202642235adfdcb8b044a1508f30b21 (diff)
- Major review of the API. now all the API follows the naming convention:
gc_<module>_<item>_<action> 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.
Diffstat (limited to 'autopackage')
-rw-r--r--autopackage/.cvsignore2
-rw-r--r--autopackage/Makefile.am1
2 files changed, 3 insertions, 0 deletions
diff --git a/autopackage/.cvsignore b/autopackage/.cvsignore
index 6cfc7e6..01d956b 100644
--- a/autopackage/.cvsignore
+++ b/autopackage/.cvsignore
@@ -1 +1,3 @@
+Makefile
+Makefile.in
default.apspec
diff --git a/autopackage/Makefile.am b/autopackage/Makefile.am
new file mode 100644
index 0000000..6356d6c
--- /dev/null
+++ b/autopackage/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = default.apspec.in \ No newline at end of file