diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-03-29 11:05:07 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-03-29 11:05:07 +0800 |
commit | a74313d1afe18b36eaddeda4ad35b8442354e8b7 (patch) | |
tree | cc260d676959c44da259fb10e35d7c44173188eb /wombat/.cvsignore | |
parent | c169edca762daf6d56dd1b48d738b9c37f0b5028 (diff) | |
download | gsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.tar gsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.tar.gz gsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.tar.bz2 gsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.tar.lz gsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.tar.xz gsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.tar.zst gsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.zip |
+ * wombat/wombat.gnorba: new file.
+
+ * wombat/.cvsignore: new file.
+
+ * wombat/wombat.c (setup_pcs): fill out this function some.
+
+ * configure.in: added wombat.
+
+ * pcs/Makefile.am: create a libpcs.la library, for use in the
+ wombat.
svn path=/trunk/; revision=2241
Diffstat (limited to 'wombat/.cvsignore')
-rw-r--r-- | wombat/.cvsignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/wombat/.cvsignore b/wombat/.cvsignore new file mode 100644 index 0000000000..e321f442a5 --- /dev/null +++ b/wombat/.cvsignore @@ -0,0 +1,11 @@ +.deps +.libs +Makefile +Makefile.in +*.lo +*.la +wombat-stubs.c +wombat-skels.c +wombat-common.c +wombat.h +wombat |