From f5a654d71a5136bc4abd473ef010d4c895d6716d Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 24 Jan 2002 20:33:18 +0000 Subject: Just use BONOBO_HTML_GNOME_CFLAGS and BONOBO_HTML_GNOME_LIBS for * Makefile.am: Just use BONOBO_HTML_GNOME_CFLAGS and BONOBO_HTML_GNOME_LIBS for compiling/linking; we don't need the other ones. svn path=/trunk/; revision=15458 --- shell/ChangeLog | 6 ++++++ shell/Makefile.am | 26 ++++++++------------------ 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index b5f56f25cc..87f1931eb6 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2002-01-24 Ettore Perazzoli + + * Makefile.am: Just use BONOBO_HTML_GNOME_CFLAGS and + BONOBO_HTML_GNOME_LIBS for compiling/linking; we don't need the + other ones. + 2002-01-23 Ettore Perazzoli * e-shell-user-creatable-items-handler.c: New member `id' in diff --git a/shell/Makefile.am b/shell/Makefile.am index 465b2a3250..0658e4a4df 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -5,10 +5,7 @@ INCLUDES = -O \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir)/libical/src/libical \ -I$(top_srcdir) \ - $(BONOBO_GNOME_CFLAGS) \ - $(BONOBO_CONF_CFLAGS) \ - $(EXTRA_GNOME_CFLAGS) \ - $(GTKHTML_CFLAGS) \ + $(BONOBO_HTML_GNOME_CFLAGS) \ -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ @@ -175,18 +172,14 @@ evolution_SOURCES = \ evolution-storage-set-view-factory.h \ main.c -evolution_LDADD = \ - libeshell.la \ - importer/libevolution-importer.la \ +evolution_LDADD = \ + libeshell.la \ + importer/libevolution-importer.la \ $(top_builddir)/widgets/e-timezone-dialog/libetimezonedialog.a \ - $(top_builddir)/widgets/misc/libemiscwidgets.a \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/widgets/misc/libemiscwidgets.a \ + $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libical/src/libical/libical-evolution.la \ - $(EXTRA_GNOME_LIBS) \ - $(GNOME_PRINT_LIBS) \ - $(GTKHTML_LIBS) \ - $(BONOBO_CONF_LIBS) \ - $(BONOBO_GNOME_LIBS) + $(BONOBO_HTML_GNOME_LIBS) # Test component @@ -198,10 +191,7 @@ evolution_test_component_SOURCES = \ evolution_test_component_LDADD = \ libeshell.la \ - $(EXTRA_GNOME_LIBS) \ - $(GNOME_PRINT_LIBS) \ - $(GTKHTML_LIBS) \ - $(BONOBO_GNOME_LIBS) + $(BONOBO_HTML_GNOME_LIBS) install-test-component: evolution-test-component $(mkinstalldirs) $(DESTDIR)$(bindir) -- cgit v1.2.3