aboutsummaryrefslogtreecommitdiffstats
path: root/wombat
diff options
context:
space:
mode:
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