diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-14 17:48:08 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-14 17:48:08 +0800 |
commit | 8ecfcac818d9ab8c21881dcc965834d5061f3039 (patch) | |
tree | 2911f7b9b64fb272adabc42b7f9cc0d1a6ecb573 /shell | |
parent | e6b333085d57232c606bd8825f6ed3c54efac53f (diff) | |
download | gsoc2013-evolution-8ecfcac818d9ab8c21881dcc965834d5061f3039.tar gsoc2013-evolution-8ecfcac818d9ab8c21881dcc965834d5061f3039.tar.gz gsoc2013-evolution-8ecfcac818d9ab8c21881dcc965834d5061f3039.tar.bz2 gsoc2013-evolution-8ecfcac818d9ab8c21881dcc965834d5061f3039.tar.lz gsoc2013-evolution-8ecfcac818d9ab8c21881dcc965834d5061f3039.tar.xz gsoc2013-evolution-8ecfcac818d9ab8c21881dcc965834d5061f3039.tar.zst gsoc2013-evolution-8ecfcac818d9ab8c21881dcc965834d5061f3039.zip |
Added $(GNOME_PRINT_LIBS) to evolution_LDADD.
2000-09-14 Christopher James Lahey <clahey@helixcode.com>
* Makefile.am: Added $(GNOME_PRINT_LIBS) to evolution_LDADD.
svn path=/trunk/; revision=5424
Diffstat (limited to 'shell')
-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 |