diff options
| author | Bas Couwenberg <sebastic@xs4all.nl> | 2015-09-09 01:02:55 +0200 |
|---|---|---|
| committer | Bas Couwenberg <sebastic@xs4all.nl> | 2015-09-09 01:02:55 +0200 |
| commit | be5192a0abbf94b82b9ceadbe7367532b285363a (patch) | |
| tree | 8a90be24a50d55ecc0b4a6a2852462894f45d171 | |
| parent | 7212fdbc3fd04939a499a9525f1c3262748761fc (diff) | |
| download | PROJ-be5192a0abbf94b82b9ceadbe7367532b285363a.tar.gz PROJ-be5192a0abbf94b82b9ceadbe7367532b285363a.zip | |
Don't install test & build files.
These files should be included in the distribution tarballs, but not installed by `make install`.
| -rw-r--r-- | nad/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nad/Makefile.am b/nad/Makefile.am index 513ab6e4..e4379108 100644 --- a/nad/Makefile.am +++ b/nad/Makefile.am @@ -15,8 +15,7 @@ TESTIGN = $(NADPATH)/testIGNF pkgdata_DATA = GL27 nad.lst proj_def.dat nad27 nad83 world epsg esri \ esri.extra other.extra \ - CH IGNF testIGNF proj_outIGNF.dist \ - makefile.vc CMakeLists.txt + CH IGNF EXTRA_DIST = GL27 nad.lst proj_def.dat nad27 nad83 pj_out27.dist pj_out83.dist td_out.dist \ test27 test83 world epsg esri tv_out.dist tf_out.dist \ |
