From eed0f16e8f85fff7fc8a190594fb39bc95cada74 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 18 Sep 2018 13:45:35 +0200 Subject: Do not install projects.h In version 6 we stop exposing the deprecated projects.h API to the world outside PROJ. Closes #835 --- src/test228.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/test228.c') diff --git a/src/test228.c b/src/test228.c index fe2c07ee..83d29f8f 100644 --- a/src/test228.c +++ b/src/test228.c @@ -1,3 +1,7 @@ +#ifndef ACCEPT_USE_OF_DEPRECATED_PROJ_API_H +#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H +#endif + #include "proj_api.h" #include /* for printf declaration */ -- cgit v1.2.3