22 lines
767 B
Plaintext
22 lines
767 B
Plaintext
$OpenBSD: patch-src_tds_unittests_Makefile_in,v 1.6 2010/09/12 09:32:58 sthen Exp $
|
|
--- src/tds/unittests/Makefile.in.orig Wed May 7 23:59:22 2008
|
|
+++ src/tds/unittests/Makefile.in Wed Sep 8 09:44:27 2010
|
|
@@ -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@
|
|
@@ -623,7 +623,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
|