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
commitc64235224595eb9b56efa78b78921dece6618f82 (patch)
treea15a7395cbb630c69ce1971694f8b2995b3f8c34 /Makefile.am
parentd8c69cf8625c3f82596e8af438ad9bbb2cd0de0b (diff)
downloadnavit-c64235224595eb9b56efa78b78921dece6618f82.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 a8ea10b54..e67fdfcdb 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
-