diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-26 13:57:01 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-26 13:57:01 +0800 |
commit | 201b897c30b75fc4f7a77c778f01a4f3ee79380d (patch) | |
tree | fb44322a454dba09aa7be8ea1fc704220997654a | |
parent | 5b5666d4cfc51a02f97df49dbd178b7b6ad0621c (diff) | |
download | gsoc2013-evolution-201b897c30b75fc4f7a77c778f01a4f3ee79380d.tar gsoc2013-evolution-201b897c30b75fc4f7a77c778f01a4f3ee79380d.tar.gz gsoc2013-evolution-201b897c30b75fc4f7a77c778f01a4f3ee79380d.tar.bz2 gsoc2013-evolution-201b897c30b75fc4f7a77c778f01a4f3ee79380d.tar.lz gsoc2013-evolution-201b897c30b75fc4f7a77c778f01a4f3ee79380d.tar.xz gsoc2013-evolution-201b897c30b75fc4f7a77c778f01a4f3ee79380d.tar.zst gsoc2013-evolution-201b897c30b75fc4f7a77c778f01a4f3ee79380d.zip |
Kill
2000-08-26 JP Rosevear <jpr@helixcode.com>
* gui/component/addressbook.gnorba: Kill
* gui/component/Makefile.am: Remove gnorba stuff
svn path=/trunk/; revision=5050
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 8 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook.gnorba | 23 |
3 files changed, 7 insertions, 30 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d4118bf4b7..27a84b3437 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2000-08-26 JP Rosevear <jpr@helixcode.com> + + * gui/component/addressbook.gnorba: Kill + + * gui/component/Makefile.am: Remove gnorba stuff + 2000-08-25 Dan Winship <danw@helixcode.com> * gui/component/Makefile.am (evolution_addressbook_LDFLAGS): Add diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 19441860f2..d531c420ac 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -63,21 +63,15 @@ evolution_addressbook_LDADD = \ evolution_addressbook_LDFLAGS = `gnome-config --libs gdk_pixbuf` -export-dynamic -if USING_OAF oafdir = $(datadir)/oaf oaf_DATA = addressbook.oafinfo -else -gnorbadir = $(sysconfdir)/CORBA/servers -gnorba_DATA = addressbook.gnorba -endif gladedir = $(datadir)/evolution/glade glade_DATA = ldap-server-dialog.glade ldap-server-dialog.glade.h alphabet.glade EXTRA_DIST = \ $(glade_DATA) \ - addressbook.gnorba \ - addressbook.oafinfo \ + $(oaf_DATA) \ alphabet.glade.h if ENABLE_PURIFY diff --git a/addressbook/gui/component/addressbook.gnorba b/addressbook/gui/component/addressbook.gnorba deleted file mode 100644 index bc3830686d..0000000000 --- a/addressbook/gui/component/addressbook.gnorba +++ /dev/null @@ -1,23 +0,0 @@ -[control-factory:addressbook] -type=exe -repo_id=IDL:GNOME/GenericFactory:1.0 -description=Factory for the sample Addressbook control -location_info=evolution-addressbook - -[control:addressbook] -type=factory -repo_id=IDL:BonoboControl/addressbook-control:1.0 IDL:GNOME/Control:1.0 -description=A sample Bonobo control which displays an addressbook. -location_info=control-factory:addressbook - -[evolution-shell-component-factory:addressbook] -type=exe -repo_id=IDL:GNOME/GenericFactory:1.0 -description=Factory for the Evolution addressbook component. -location_info=evolution-addressbook - -[evolution-shell-component:addressbook] -type=factory -repo_id=IDL:Evolution/ShellComponent:1.0 -description=Evolution component for handling contacts. -location_info=evolution-shell-component-factory:addressbook |