based on work by Alexander Wirt <alexander.wirt@credativ.de> ok (or actually: "yeah, hit me baby!") ajacoutot@
13 lines
507 B
Plaintext
13 lines
507 B
Plaintext
$OpenBSD: patch-tests_Makefile_in,v 1.5 2007/01/18 22:15:55 jasper Exp $
|
|
--- tests/Makefile.in.orig Mon Jan 8 22:15:06 2007
|
|
+++ tests/Makefile.in Wed Jan 17 14:22:57 2007
|
|
@@ -173,7 +173,7 @@ LDFLAGS = @LDFLAGS@
|
|
LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
|
|
LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
|
|
LIBOBJS = @LIBOBJS@
|
|
-LIBS = $(top_builddir)/libsoup/libsoup-$(SOUP_API_VERSION).la
|
|
+LIBS = $(top_builddir)/libsoup/libsoup-$(SOUP_API_VERSION).la $(GLIB_LIBS)
|
|
LIBTOOL = @LIBTOOL@
|
|
LN_S = @LN_S@
|
|
LTLIBOBJS = @LTLIBOBJS@
|