From 9c9771feb516b4daa49820e0b3c4bfb1782c654d Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 12 Jul 2002 14:31:32 +0000 Subject: libwombat: 2002-07-09 Peter Williams * Makefile.am: Reference the renamed Evolution-Wombat.idl instead of wombat.idl. wombat: 2002-07-08 Peter Williams * 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 --- wombat/ChangeLog | 7 +++++++ wombat/Evolution-Wombat.idl | 19 +++++++++++++++++++ wombat/Makefile.am | 5 ++++- wombat/wombat.idl | 19 ------------------- 4 files changed, 30 insertions(+), 20 deletions(-) create mode 100644 wombat/Evolution-Wombat.idl delete mode 100644 wombat/wombat.idl (limited to 'wombat') 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 + + * 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 * Makefile.am: Removed dependency on libibex. diff --git a/wombat/Evolution-Wombat.idl b/wombat/Evolution-Wombat.idl new file mode 100644 index 0000000000..2c9538bfce --- /dev/null +++ b/wombat/Evolution-Wombat.idl @@ -0,0 +1,19 @@ +/* + * The Evolution Personal Organization Server. + * + * Copyright 2000, Ximian, Inc. + */ + +module GNOME { +module Evolution { + + interface WombatClient { + string getPassword (in string prompt, in string key); + void forgetPassword (in string key); + }; + + interface Config { + + }; +}; +}; 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 diff --git a/wombat/wombat.idl b/wombat/wombat.idl deleted file mode 100644 index 2c9538bfce..0000000000 --- a/wombat/wombat.idl +++ /dev/null @@ -1,19 +0,0 @@ -/* - * The Evolution Personal Organization Server. - * - * Copyright 2000, Ximian, Inc. - */ - -module GNOME { -module Evolution { - - interface WombatClient { - string getPassword (in string prompt, in string key); - void forgetPassword (in string key); - }; - - interface Config { - - }; -}; -}; -- cgit v1.2.3