aboutsummaryrefslogtreecommitdiffstats
path: root/wombat
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2002-07-12 22:31:32 +0800
committerPeter Williams <peterw@src.gnome.org>2002-07-12 22:31:32 +0800
commit9c9771feb516b4daa49820e0b3c4bfb1782c654d (patch)
tree8a5bdd36e1d0651fc05ea422d1227fbce6b283b7 /wombat
parent852da3646e0a781a67365ebbe06123eb58ed17c1 (diff)
downloadgsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar
gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.gz
gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.bz2
gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.lz
gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.xz
gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.zst
gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.zip
libwombat:
2002-07-09 Peter Williams <peterw@ximian.com> * Makefile.am: Reference the renamed Evolution-Wombat.idl instead of wombat.idl. wombat: 2002-07-08 Peter Williams <peterw@ximian.com> * wombat.idl: Renamed to Evolution-Wombat.idl, since we're installing it now and should play nice namespacily. * Makefile.am: Rename wombat.idl and install it. svn path=/trunk/; revision=17437
Diffstat (limited to 'wombat')
-rw-r--r--wombat/ChangeLog7
-rw-r--r--wombat/Evolution-Wombat.idl (renamed from wombat/wombat.idl)0
-rw-r--r--wombat/Makefile.am5
3 files changed, 11 insertions, 1 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog
index b74782835c..78f12cba44 100644
--- a/wombat/ChangeLog
+++ b/wombat/ChangeLog
@@ -1,3 +1,10 @@
+2002-07-08 Peter Williams <peterw@ximian.com>
+
+ * wombat.idl: Renamed to Evolution-Wombat.idl, since
+ we're installing it now and should play nice namespacily.
+
+ * Makefile.am: Rename wombat.idl and install it.
+
2002-04-26 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: Removed dependency on libibex.
diff --git a/wombat/wombat.idl b/wombat/Evolution-Wombat.idl
index 2c9538bfce..2c9538bfce 100644
--- a/wombat/wombat.idl
+++ b/wombat/Evolution-Wombat.idl
diff --git a/wombat/Makefile.am b/wombat/Makefile.am
index cf937e6eac..a362b56f63 100644
--- a/wombat/Makefile.am
+++ b/wombat/Makefile.am
@@ -55,8 +55,11 @@ oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)
@XML_I18N_MERGE_OAF_RULE@
+idldir = $(datadir)/idl
-EXTRA_DIST = $(oaf_DATA) $(oaf_in_files) wombat.idl \
+idl_DATA = Evolution-Wombat.idl
+
+EXTRA_DIST = $(oaf_DATA) $(oaf_in_files) \
GNOME_Evolution_WombatLDAP.oaf.in GNOME_Evolution_WombatNOLDAP.oaf.in
if ENABLE_PURIFY