22 lines
771 B
Plaintext
22 lines
771 B
Plaintext
$OpenBSD: patch-src_tds_unittests_Makefile_in,v 1.5 2009/10/11 16:33:36 ajacoutot Exp $
|
|
--- src/tds/unittests/Makefile.in.orig Sun Oct 11 18:21:53 2009
|
|
+++ src/tds/unittests/Makefile.in Sun Oct 11 18:21:53 2009
|
|
@@ -198,7 +198,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBICONV = @LIBICONV@
|
|
LIBOBJS = @LIBOBJS@
|
|
-LIBS = ../libtds.la ../../replacements/libreplacements.la @NETWORK_LIBS@
|
|
+LIBS = ../libtds.la ../../replacements/libreplacements.la @NETWORK_LIBS@ ${LIBICONV}
|
|
LIBTOOL = @LIBTOOL@
|
|
LN_S = @LN_S@
|
|
LTLIBICONV = @LTLIBICONV@
|
|
@@ -624,7 +624,7 @@ check-am: all-am
|
|
check: check-am
|
|
all-am: Makefile
|
|
installdirs:
|
|
-install: install-am
|
|
+install:
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|