diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-05-30 12:06:10 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-05-30 12:06:10 +0200 |
| commit | 6fbfa8eead3dca8edd427bbf4abf496cc3366d14 (patch) | |
| tree | 63e040eaba7b95f4593c7acfef01733cdcdb78ea /configure.ac | |
| parent | a3c592894d01095776ed96593edb0550ec1a68fe (diff) | |
| download | PROJ-6fbfa8eead3dca8edd427bbf4abf496cc3366d14.tar.gz PROJ-6fbfa8eead3dca8edd427bbf4abf496cc3366d14.zip | |
Move catch.hpp header in test/; rename test/cpp as test/unit
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b09d3d87..68436081 100644 --- a/configure.ac +++ b/configure.ac @@ -263,7 +263,7 @@ AC_SUBST(MUTEX_SETTING,$MUTEX_SETTING) AC_SUBST(THREAD_LIB,$THREAD_LIB) AC_CONFIG_FILES([Makefile cmake/Makefile src/Makefile - test/Makefile test/gie/Makefile test/gigs/Makefile test/cpp/Makefile + test/Makefile test/gie/Makefile test/gigs/Makefile test/unit/Makefile man/Makefile man/man1/Makefile man/man3/Makefile nad/Makefile jniwrap/Makefile jniwrap/org.osgeo.proj/Makefile jniwrap/org.osgeo.proj/org/Makefile jniwrap/org.osgeo.proj/org/proj4/Makefile]) AC_CONFIG_FILES([nad/install], [chmod +x nad/install]) |
