summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-11-05 21:07:39 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-11-05 21:07:39 +0000
commitf3a162443ec1c09346b8edc52c465126b33f8ff1 (patch)
treea15a7395cbb630c69ce1971694f8b2995b3f8c34 /Makefile.am
parenta208ae478f180275924a37c6b0c1bb73fa251fa3 (diff)
downloadnavit-svn-f3a162443ec1c09346b8edc52c465126b33f8ff1.tar.gz
Added a switch to configure to disable the sample map
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@538 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am
index a8ea10b5..e67fdfcd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,19 +2,3 @@ include $(top_srcdir)/Makefile.inc
SUBDIRS=src po intl
pkgdoc_DATA = README
EXTRA_DIST = README
-
-all-local:
- @echo ------------------------
- @echo Navit build complete
- @echo To build the sample map:
- @echo make samplemap
- @echo To install the sample map:
- @echo make installsamplemap
- @echo ------------------------
-
-samplemap:
- make -C src samplemap
-
-installsamplemap:
- make -C src installsamplemap
-