aboutsummaryrefslogtreecommitdiff
path: root/include/proj/internal/Makefile.am
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-06-02 18:07:46 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-06-02 18:08:48 +0200
commite297475f0d05b3c8cfbc5cee90add7d7a37c6a02 (patch)
tree04d0050b002696dd7b2e15c1bd42b902f555c2f6 /include/proj/internal/Makefile.am
parentfdfeae1908e8bf9e199aed3654ff418aaaa4fe26 (diff)
downloadPROJ-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.am3
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