diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2015-07-09 19:24:05 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2015-07-09 19:24:05 +0200 |
| commit | 9f05b2dd07712d35fe3fa78934631b6a0142891f (patch) | |
| tree | 7f60956bddca449be290ffda0298e40e524e9d98 /src/Makefile.am | |
| parent | d895a12eee04c04a254f2a5a759f763e2fc28519 (diff) | |
| download | PROJ-9f05b2dd07712d35fe3fa78934631b6a0142891f.tar.gz PROJ-9f05b2dd07712d35fe3fa78934631b6a0142891f.zip | |
Make multistresstext.exe compile, and work, with mingw cross compiler (autoconf build)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a996cbae..e53e7082 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,8 +24,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 |
