13 lines
526 B
Plaintext
13 lines
526 B
Plaintext
$OpenBSD: patch-tests_Makefile_in,v 1.2 2012/04/03 15:40:29 ajacoutot Exp $
|
|
--- tests/Makefile.in.orig Tue Mar 27 22:25:09 2012
|
|
+++ tests/Makefile.in Sun Apr 1 15:39:59 2012
|
|
@@ -409,7 +409,7 @@ LDADD = $(top_builddir)/src/libephymain.la \
|
|
$(top_builddir)/lib/history/libephyhistory.la \
|
|
$(top_builddir)/lib/libephymisc.la \
|
|
$(top_builddir)/lib/egg/libegg.la $(DBUS_LIBS) \
|
|
- $(DEPENDENCIES_LIBS) $(am__append_2)
|
|
+ $(DEPENDENCIES_LIBS) $(am__append_2) -lexecinfo
|
|
test_ephy_download_SOURCES = \
|
|
ephy-download-test.c
|
|
|