Kill
2000-08-26 JP Rosevear <jpr@helixcode.com> * evolution-mail.gnorba: Kill * Makefile.am: Remove gnorba related stuff svn path=/trunk/; revision=5049
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2000-08-26 JP Rosevear <jpr@helixcode.com>
|
||||
|
||||
* evolution-mail.gnorba: Kill
|
||||
|
||||
* Makefile.am: Remove gnorba related stuff
|
||||
|
||||
2000-08-25 Peter Williams <peterw@helixcode.com>
|
||||
|
||||
* mail-config-gui.c (service_page_item_new): If the service wants
|
||||
|
||||
@ -112,16 +112,8 @@ test_mail_LDADD = \
|
||||
#
|
||||
#test_thread_CFLAGS = -g $(THREADS_CFLAGS)
|
||||
|
||||
GOAD_FILES = evolution-mail.gnorba
|
||||
OAF_FILES = evolution-mail.oafinfo
|
||||
|
||||
if USING_OAF
|
||||
oafdir = $(datadir)/oaf
|
||||
oaf_DATA = $(OAF_FILES)
|
||||
else
|
||||
gnorbadir = $(sysconfdir)/CORBA/servers
|
||||
gnorba_DATA = $(GOAD_FILES)
|
||||
endif
|
||||
oaf_DATA = evolution-mail.oafinfo
|
||||
|
||||
gladedir = $(datadir)/evolution/glade
|
||||
glade_DATA = mail-config.glade mail-config-druid.glade local-config.glade
|
||||
@ -131,7 +123,7 @@ iconsdir = $(datadir)/images/evolution
|
||||
$(EVOLUTION_MAIL_CORBA_GENERATED): Mail.idl
|
||||
$(ORBIT_IDL) -I$(datadir)/idl -I`$(GNOME_CONFIG) --cflags idl` -I`$(GNOME_CONFIG) --datadir`/idl -I$(srcdir) $(srcdir)/Mail.idl
|
||||
|
||||
EXTRA_DIST = Mail.idl $(glade_DATA) $(GOAD_FILES) $(OAF_FILES)
|
||||
EXTRA_DIST = Mail.idl $(glade_DATA) $(oaf_DATA)
|
||||
|
||||
if ENABLE_PURIFY
|
||||
PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
||||
|
||||
@ -1,23 +0,0 @@
|
||||
[control-factory:evolution-mail]
|
||||
type=exe
|
||||
repo_id=IDL:GNOME/GenericFactory:1.0
|
||||
description=Evolution mail folder factory component.
|
||||
location_info=evolution-mail
|
||||
|
||||
[control:evolution-mail]
|
||||
type=factory
|
||||
repo_id=IDL:BonoboControl/evolution-mail:1.0 IDL:GNOME/Control:1.0
|
||||
description=Evolution mail folder display component.
|
||||
location_info=control-factory:evolution-mail
|
||||
|
||||
[evolution-shell-component-factory:evolution-mail]
|
||||
type=exe
|
||||
repo_id=IDL:GNOME/GenericFactory:1.0
|
||||
description=Factory for the Evolution mail component.
|
||||
location_info=evolution-mail
|
||||
|
||||
[evolution-shell-component:evolution-mail]
|
||||
type=factory
|
||||
repo_id=IDL:Evolution/ShellComponent:1.0
|
||||
description=Evolution component for handling mail.
|
||||
location_info=evolution-shell-component-factory:evolution-mail
|
||||
Reference in New Issue
Block a user