diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-05-24 21:22:31 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-05-24 21:22:31 +0200 |
| commit | 1a9e105a1aea755bd36ec1b3fc0f92e22e3c6ce4 (patch) | |
| tree | 601882761a536ac7602d29dbabad8fdc1f624242 | |
| parent | 7637d3458f2f7a806cd4b8eecf96e805b664b32f (diff) | |
| download | PROJ-1a9e105a1aea755bd36ec1b3fc0f92e22e3c6ce4.tar.gz PROJ-1a9e105a1aea755bd36ec1b3fc0f92e22e3c6ce4.zip | |
nad/Makefile.am: add tests/test_nodata.gtx to EXTRA_DIST (fixes #1019)
| -rw-r--r-- | nad/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nad/Makefile.am b/nad/Makefile.am index 001b1b06..2126c838 100644 --- a/nad/Makefile.am +++ b/nad/Makefile.am @@ -24,7 +24,7 @@ EXTRA_DIST = GL27 nad.lst proj_def.dat nad27 nad83 pj_out27.dist pj_out83.dist t esri.extra other.extra \ CH IGNF testIGNF proj_outIGNF.dist \ ITRF2000 ITRF2008 ITRF2014 \ - makefile.vc CMakeLists.txt + makefile.vc CMakeLists.txt tests/test_nodata.gtx process-nad2bin: @if [ -f $(NADPATH)/null.lla -a ! -f null ] || [ -f $(NADPATH)/conus.lla -a ! -f conus ] ; then \ |
