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/Makefile.am | |
parent | e6b333085d57232c606bd8825f6ed3c54efac53f (diff) | |
download | gsoc2013-evolution-8ecfcac818d9ab8c21881dcc965834d5061f3039.tar.gz 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/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |