diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
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 <clahey@helixcode.com> + + * Makefile.am: Added $(GNOME_PRINT_LIBS) to evolution_LDADD. + 2000-09-14 Michael Meeks <michael@helixcode.com> * 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 |