From c80c14ffd0ace81afa80c82a137494900fcc0f14 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Fri, 7 Jan 2000 00:25:56 +0000 Subject: More framework work -miguel svn path=/trunk/; revision=1539 --- shell/Makefile.am | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 03f4e49c1a..ad231b6352 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -7,13 +7,19 @@ INCLUDES = \ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ -I$(srcdir)/../widgets \ - $(EXTRA_GNOME_CFLAGS) + $(BONOBO_GNOME_CFLAGS) evolution_SOURCES = \ - main.c + main.c \ + e-init.c \ + e-init.h \ + e-shell.c \ + e-shell.h + evolution_LDADD = \ - -L../widgets/shortcut-bar/libshortcut-bar.a \ - $(EXTRA_GNOME_LIBS) + ../widgets/shortcut-bar/libshortcut-bar.a \ + ../e-util/libeutil.a \ + $(BONOBO_GNOME_LIBS) -- cgit