diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2001-04-05 04:24:31 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2001-04-05 04:24:31 +0000 |
| commit | 5c3047076bbf6b47efc865a5106cbf1d0a877545 (patch) | |
| tree | 7477391f5bc6af0409795e14d9ea1455fa0a9aa9 /src/Makefile.am | |
| parent | 947991b147dc555a615c54d53359024db56821ab (diff) | |
| download | PROJ-5c3047076bbf6b47efc865a5106cbf1d0a877545.tar.gz PROJ-5c3047076bbf6b47efc865a5106cbf1d0a877545.zip | |
added pj_utils.c
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@930 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 281b4cfa..6a3810d7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -58,7 +58,7 @@ libproj_la_SOURCES = \ \ nad_cvt.c nad_init.c nad_intr.c emess.c emess.h \ pj_apply_gridshift.c pj_datums.c pj_datum_set.c pj_transform.c \ - geocent.c geocent.h strtod.c + geocent.c geocent.h strtod.c pj_utils.c install-exec-local: |
