diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2008-08-22 02:48:56 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2008-08-22 02:48:56 +0000 |
| commit | 77bf8ae50bcade5b1beae17d48099249c64febb6 (patch) | |
| tree | 0ef74cc557b74f459b44fda8bb6b4bc56e14a4a5 | |
| parent | 1294f1c0d26aa4b2adc34e3cb54fd6ea8b9ad316 (diff) | |
| download | PROJ-77bf8ae50bcade5b1beae17d48099249c64febb6.tar.gz PROJ-77bf8ae50bcade5b1beae17d48099249c64febb6.zip | |
added makefile.vc and nmake.opt in root
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1474 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | Makefile.in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index eec92242..2f17adb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ SUBDIRS = src man nad jniwrap +EXTRA_DIST = makefile.vc nmake.opt + AUTOMAKE_OPTIONS = dist-zip diff --git a/Makefile.in b/Makefile.in index 3d3b58e3..fbfbd20e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -179,6 +179,7 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = src man nad jniwrap +EXTRA_DIST = makefile.vc nmake.opt AUTOMAKE_OPTIONS = dist-zip all: all-recursive |
