diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2001-03-15 04:36:41 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2001-03-15 04:36:41 +0000 |
| commit | e8fee3df62f4574611fc1d07f910cc5b8e4847d7 (patch) | |
| tree | ce2015699021a2033120dda348f9445cc8409813 /nad | |
| parent | 2bfae6b1ce144c7babe701f251f1e54733d10188 (diff) | |
| download | PROJ-e8fee3df62f4574611fc1d07f910cc5b8e4847d7.tar.gz PROJ-e8fee3df62f4574611fc1d07f910cc5b8e4847d7.zip | |
added nad/epsg
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@911 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'nad')
| -rw-r--r-- | nad/Makefile.am | 2 | ||||
| -rw-r--r-- | nad/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nad/Makefile.am b/nad/Makefile.am index 016f1907..869da149 100644 --- a/nad/Makefile.am +++ b/nad/Makefile.am @@ -1,5 +1,5 @@ pkgdata_DATA = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist \ - proj_def.dat test27 test83 world + proj_def.dat test27 test83 world epsg EXTRA_DIST = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist \ proj_def.dat test27 test83 world diff --git a/nad/Makefile.in b/nad/Makefile.in index 8ae11929..958f1930 100644 --- a/nad/Makefile.in +++ b/nad/Makefile.in @@ -72,7 +72,7 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ -pkgdata_DATA = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist proj_def.dat test27 test83 world +pkgdata_DATA = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist proj_def.dat test27 test83 world epsg EXTRA_DIST = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist proj_def.dat test27 test83 world |
