diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2000-03-29 14:11:13 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2000-03-29 14:11:13 +0000 |
| commit | 0dbbde0dd3dfc0d215513e701dc9dab6229b6857 (patch) | |
| tree | 6ccde1f090cdebc8cb95d0ed22fc30b2d1f4790a /src/Makefile.am | |
| parent | 86a157431a8276ab75a71c9b63a21f92c041c098 (diff) | |
| download | PROJ-0dbbde0dd3dfc0d215513e701dc9dab6229b6857.tar.gz PROJ-0dbbde0dd3dfc0d215513e701dc9dab6229b6857.zip | |
added invproj and invgeod links to install target
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@825 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4b060746..f81c97d8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,3 +55,6 @@ libproj_la_SOURCES = \ nad_cvt.c nad_init.c nad_intr.c emess.c +install-exec-local: + ln $(bindir)/proj $(bindir)/invproj + ln $(bindir)/geod $(bindir)/invgeod |
