diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2012-02-29 05:16:47 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2012-02-29 05:16:47 +0000 |
| commit | 9e84c05067f0c1f1cb931d7dd3bd64d31ecda71d (patch) | |
| tree | 3f138e5fe6a2e89c472771887a7425f938d999c1 | |
| parent | d33de1c5bb193740796092ffd5641d11b731a4e0 (diff) | |
| download | PROJ-9e84c05067f0c1f1cb931d7dd3bd64d31ecda71d.tar.gz PROJ-9e84c05067f0c1f1cb931d7dd3bd64d31ecda71d.zip | |
include CH in dist (#145)
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2179 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rw-r--r-- | nad/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nad/Makefile.am b/nad/Makefile.am index 5973a10f..732c91c3 100644 --- a/nad/Makefile.am +++ b/nad/Makefile.am @@ -19,7 +19,7 @@ EXTRA_DIST = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist td_out.dist \ proj_def.dat test27 test83 world epsg esri tv_out.dist \ testvarious testdatumfile testntv2 ntv2_out.dist \ esri.extra other.extra \ - IGNF testIGNF proj_outIGNF.dist \ + CH IGNF testIGNF proj_outIGNF.dist \ makefile.vc process-nad2bin: @@ -30,7 +30,7 @@ process-nad2bin: ../src/nad2bin$(EXEEXT) $$DEST < $$x ; \ done; \ fi - + install-data-local: process-nad2bin $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) @if [ -f conus.lla ] ; then \ |
