diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-02-07 11:16:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 11:16:21 +0100 |
| commit | 197ea0569bc39651a5c7a216bfbe1e674a099c84 (patch) | |
| tree | 3852365d8d07a81c84419981a32c037afcb94623 /src/Makefile.am | |
| parent | c0fb0041c2933b4cc953fb763aaaccd4f85a9c0d (diff) | |
| parent | 9488b26ca5b7ea763db4e210b311bcf3f04233ca (diff) | |
| download | PROJ-197ea0569bc39651a5c7a216bfbe1e674a099c84.tar.gz PROJ-197ea0569bc39651a5c7a216bfbe1e674a099c84.zip | |
Merge pull request #2476 from rouault/fix_2399
Add build time option to make PROJ_LIB env var tested last (fixes #2399)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 16eca5de..b54f4323 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ TESTS = geodtest check_PROGRAMS = geodtest AM_CPPFLAGS = -DPROJ_LIB=\"$(pkgdatadir)\" \ - -DMUTEX_@MUTEX_SETTING@ -I$(top_srcdir)/include @SQLITE3_CFLAGS@ @TIFF_CFLAGS@ @TIFF_ENABLED_FLAGS@ @CURL_CFLAGS@ @CURL_ENABLED_FLAGS@ + -DMUTEX_@MUTEX_SETTING@ -I$(top_srcdir)/include @SQLITE3_CFLAGS@ @TIFF_CFLAGS@ @TIFF_ENABLED_FLAGS@ @CURL_CFLAGS@ @CURL_ENABLED_FLAGS@ @PROJ_LIB_ENV_VAR_TRIED_LAST_FLAGS@ AM_CXXFLAGS = @CXX_WFLAGS@ @FLTO_FLAG@ include_HEADERS = proj.h proj_experimental.h proj_constants.h geodesic.h \ |
