aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-01-25 04:33:18 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-01-25 04:33:18 +0800
commitf5a654d71a5136bc4abd473ef010d4c895d6716d (patch)
treeebf7193076a65b06e7abbd5816a7b163b731918c
parent5302fdbacd6135d3be8cdd2c48f30d468163817d (diff)
downloadgsoc2013-evolution-f5a654d71a5136bc4abd473ef010d4c895d6716d.tar
gsoc2013-evolution-f5a654d71a5136bc4abd473ef010d4c895d6716d.tar.gz
gsoc2013-evolution-f5a654d71a5136bc4abd473ef010d4c895d6716d.tar.bz2
gsoc2013-evolution-f5a654d71a5136bc4abd473ef010d4c895d6716d.tar.lz
gsoc2013-evolution-f5a654d71a5136bc4abd473ef010d4c895d6716d.tar.xz
gsoc2013-evolution-f5a654d71a5136bc4abd473ef010d4c895d6716d.tar.zst
gsoc2013-evolution-f5a654d71a5136bc4abd473ef010d4c895d6716d.zip
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
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/Makefile.am26
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 <ettore@ximian.com>
+
+ * 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 <ettore@ximian.com>
* 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)