diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-12 09:37:20 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-12 09:37:20 +0100 |
| commit | 574eef1bdb2b7a3f1bde9c485b94378288d0cf08 (patch) | |
| tree | a7ca0d9e344dde08e903b7f2814ef0a261b7086e | |
| parent | 5141b3908e59a26c9fe66de94bb7388bff741b58 (diff) | |
| download | PROJ-574eef1bdb2b7a3f1bde9c485b94378288d0cf08.tar.gz PROJ-574eef1bdb2b7a3f1bde9c485b94378288d0cf08.zip | |
Fix build failure
| -rw-r--r-- | test/cli/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cli/Makefile.am b/test/cli/Makefile.am index 9a8c7d5e..46359807 100644 --- a/test/cli/Makefile.am +++ b/test/cli/Makefile.am @@ -22,7 +22,8 @@ EXTRA_DIST = pj_out27.dist pj_out83.dist td_out.dist \ test27 test83 tv_out.dist tf_out.dist \ testflaky testvarious testdatumfile testntv2 ntv2_out.dist \ testIGNF proj_outIGNF.dist \ - testprojinfo testprojinfo_out.dist testcct_out.dist \ + testprojinfo testprojinfo_out.dist \ + testcct testcct_out.dist \ CMakeLists.txt testprojinfo-check: |
