diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2008-07-22 01:35:47 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2008-07-22 01:35:47 +0000 |
| commit | a4af3d27b483560260c9f2ca792b3be3acfa9a04 (patch) | |
| tree | 1a57d2100883690ef8fbd3a733c8fcb77ff98530 | |
| parent | 58373094d2ebc48208c0a005e8fb00e0c46257b2 (diff) | |
| download | PROJ-a4af3d27b483560260c9f2ca792b3be3acfa9a04.tar.gz PROJ-a4af3d27b483560260c9f2ca792b3be3acfa9a04.zip | |
remove .gsb file from distribution
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1461 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rw-r--r-- | nad/Makefile.am | 4 | ||||
| -rw-r--r-- | nad/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nad/Makefile.am b/nad/Makefile.am index 1351bf7a..58fd2358 100644 --- a/nad/Makefile.am +++ b/nad/Makefile.am @@ -12,13 +12,13 @@ TESTIGN = ./testIGNF pkgdata_DATA = GL27 nad.lst nad27 nad83 proj_def.dat world epsg esri \ esri.extra other.extra \ - IGNF ntf_r93.gsb + IGNF EXTRA_DIST = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist td_out.dist \ proj_def.dat test27 test83 world epsg esri \ testvarious testntv2 ntv2_out.dist \ esri.extra other.extra \ - IGNF ntf_r93.gsb testIGNF proj_outIGNF.dist + IGNF testIGNF proj_outIGNF.dist install-data-local: $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) diff --git a/nad/Makefile.in b/nad/Makefile.in index 1d269da1..3d6c5fc6 100644 --- a/nad/Makefile.in +++ b/nad/Makefile.in @@ -175,13 +175,13 @@ TESTVARIOUS = ./testvarious TESTIGN = ./testIGNF pkgdata_DATA = GL27 nad.lst nad27 nad83 proj_def.dat world epsg esri \ esri.extra other.extra \ - IGNF ntf_r93.gsb + IGNF EXTRA_DIST = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist td_out.dist \ proj_def.dat test27 test83 world epsg esri \ testvarious testntv2 ntv2_out.dist \ esri.extra other.extra \ - IGNF ntf_r93.gsb testIGNF proj_outIGNF.dist + IGNF testIGNF proj_outIGNF.dist all: all-am |
