From 7ba831860dfa5e96d9d19a0b5907d5237e60596a Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 13 Jun 2000 04:53:48 +0000 Subject: Build a `libeshell.a' library in `shell/' so that we don't need to link to the shell's object files directly from the components anymore. (That was really gross.) svn path=/trunk/; revision=3546 --- addressbook/gui/component/Makefile.am | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 56dedae772..ade764904b 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -40,16 +40,8 @@ evolution_addressbook_SOURCES = \ addressbook.c \ addressbook.h -# FIXME We should make a libeshell library instead of this gross hack. -SHELL_OBJS = \ - $(top_builddir)/shell/Evolution-common.o \ - $(top_builddir)/shell/Evolution-stubs.o \ - $(top_builddir)/shell/Evolution-skels.o \ - $(top_builddir)/shell/evolution-shell-component.o \ - $(top_builddir)/shell/evolution-storage.o - evolution_addressbook_LDADD = \ - $(SHELL_OBJS) \ + $(top_builddir)/shell/libeshell.a \ $(EXTRA_GNOME_LIBS) \ $(BONOBO_HTML_GNOME_LIBS) \ $(top_builddir)/addressbook/gui/minicard/libeminicard.a \ -- cgit v1.2.3