diff options
| -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 869da149..8e65641a 100644 --- a/nad/Makefile.am +++ b/nad/Makefile.am @@ -2,7 +2,7 @@ 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 + proj_def.dat test27 test83 world epsg install-data-local: @if [ -f conus.lla ] ; then \ diff --git a/nad/Makefile.in b/nad/Makefile.in index 958f1930..01fdf692 100644 --- a/nad/Makefile.in +++ b/nad/Makefile.in @@ -75,7 +75,7 @@ VERSION = @VERSION@ 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 +EXTRA_DIST = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist proj_def.dat test27 test83 world epsg mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../src/proj_config.h |
