From 8ecfcac818d9ab8c21881dcc965834d5061f3039 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 14 Sep 2000 09:48:08 +0000 Subject: Added $(GNOME_PRINT_LIBS) to evolution_LDADD. 2000-09-14 Christopher James Lahey * Makefile.am: Added $(GNOME_PRINT_LIBS) to evolution_LDADD. svn path=/trunk/; revision=5424 --- shell/ChangeLog | 4 ++++ shell/Makefile.am | 1 + 2 files changed, 5 insertions(+) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index ac1c59ef7d..4aaa14ff9e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-09-14 Christopher James Lahey + + * Makefile.am: Added $(GNOME_PRINT_LIBS) to evolution_LDADD. + 2000-09-14 Michael Meeks * e-shell-view.c (e_shell_view_construct): prune cruft. diff --git a/shell/Makefile.am b/shell/Makefile.am index c80fd43b1e..3b6bc1c85f 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -122,6 +122,7 @@ evolution_LDADD = \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ $(UNICODE_LIBS) \ + $(GNOME_PRINT_LIBS) \ $(BONOBO_GNOME_LIBS) # Purify support -- cgit