diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-03 23:58:46 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-03 23:58:46 +0800 |
commit | 1fdf94dc2046d9f382d84324dc8674e719c1a57e (patch) | |
tree | 9a360fa97b4151f0419be6750c2f7b07d333a5b4 /tests | |
parent | fac011bad68ea47f987b1eadc3b092a0c366cfc3 (diff) | |
download | gsoc2013-evolution-1fdf94dc2046d9f382d84324dc8674e719c1a57e.tar gsoc2013-evolution-1fdf94dc2046d9f382d84324dc8674e719c1a57e.tar.gz gsoc2013-evolution-1fdf94dc2046d9f382d84324dc8674e719c1a57e.tar.bz2 gsoc2013-evolution-1fdf94dc2046d9f382d84324dc8674e719c1a57e.tar.lz gsoc2013-evolution-1fdf94dc2046d9f382d84324dc8674e719c1a57e.tar.xz gsoc2013-evolution-1fdf94dc2046d9f382d84324dc8674e719c1a57e.tar.zst gsoc2013-evolution-1fdf94dc2046d9f382d84324dc8674e719c1a57e.zip |
add gnomeprint to be able to link with gtkhtml
svn path=/trunk/; revision=2020
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ui-tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui-tests/Makefile.am b/tests/ui-tests/Makefile.am index 0fd73cfc8f..af6cb085c3 100644 --- a/tests/ui-tests/Makefile.am +++ b/tests/ui-tests/Makefile.am @@ -31,7 +31,7 @@ filter_LDADD = \ $(PTHREAD_LIB) \ $(EXTRA_GNOME_LIBS) \ $(top_builddir)/filter/libfilter.la \ - -lgtkhtml + -lgtkhtml -lgnomeprint noinst_PROGRAMS = \ message-browser \ |