2ca0684271
- convert to use gnome.port.mk "commit it!" martynas@
13 lines
521 B
Plaintext
13 lines
521 B
Plaintext
$OpenBSD: patch-tests_Makefile_in,v 1.6 2007/10/31 19:10:45 jasper Exp $
|
|
--- tests/Makefile.in.orig Sun Oct 28 18:37:11 2007
|
|
+++ tests/Makefile.in Wed Oct 31 17:28:17 2007
|
|
@@ -189,7 +189,7 @@ LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
|
|
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@
|