diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-06-02 18:07:46 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-06-02 18:08:48 +0200 |
| commit | e297475f0d05b3c8cfbc5cee90add7d7a37c6a02 (patch) | |
| tree | 04d0050b002696dd7b2e15c1bd42b902f555c2f6 /include/proj/internal/Makefile.am | |
| parent | fdfeae1908e8bf9e199aed3654ff418aaaa4fe26 (diff) | |
| download | PROJ-e297475f0d05b3c8cfbc5cee90add7d7a37c6a02.tar.gz PROJ-e297475f0d05b3c8cfbc5cee90add7d7a37c6a02.zip | |
Cleanup: add proj/internal/mutex.hpp as compat layer for mingw32 for std::mutex
Diffstat (limited to 'include/proj/internal/Makefile.am')
| -rw-r--r-- | include/proj/internal/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proj/internal/Makefile.am b/include/proj/internal/Makefile.am index b3fb57eb..59325667 100644 --- a/include/proj/internal/Makefile.am +++ b/include/proj/internal/Makefile.am @@ -6,5 +6,6 @@ noinst_HEADERS = \ io_internal.hpp \ lru_cache.hpp \ include_nlohmann_json.hpp \ - tracing.hpp + tracing.hpp \ + mutex.hpp |
