From 9f05b2dd07712d35fe3fa78934631b6a0142891f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 9 Jul 2015 19:24:05 +0200 Subject: Make multistresstext.exe compile, and work, with mingw cross compiler (autoconf build) --- src/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Makefile.in') diff --git a/src/Makefile.in b/src/Makefile.in index a71265df..856cd107 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -324,6 +324,7 @@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ +THREAD_LIB = @THREAD_LIB@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ @@ -398,8 +399,8 @@ proj_LDADD = libproj.la cs2cs_LDADD = libproj.la nad2bin_LDADD = libproj.la geod_LDADD = libproj.la -multistresstest_LDADD = libproj.la -lpthread -test228_LDADD = libproj.la -lpthread +multistresstest_LDADD = libproj.la @THREAD_LIB@ +test228_LDADD = libproj.la @THREAD_LIB@ lib_LTLIBRARIES = libproj.la libproj_la_LDFLAGS = -no-undefined -version-info 9:0:0 libproj_la_SOURCES = \ -- cgit v1.2.3