summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-05-19 11:34:36 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-05-19 11:34:36 +0000
commitf3e1609f2eee622cd3d994d3131f3ddc0f429c78 (patch)
tree8ed9826345edb1e378c641f9041aa6dc918f70f9 /Makefile.am
parent46d631aa2762fe0ccad9e3dbe437becb7902a736 (diff)
downloadnavit-f3e1609f2eee622cd3d994d3131f3ddc0f429c78.tar.gz
Fix:Build:Build support_libc early to have it ready for libintl
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3275 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b488b1b3b..749d3ca1e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,7 @@ if SUPPORT_WIN32CE
if SHARED_LIBNAVIT
XCFLAGS+=-L../navit/support/libc -lsupport_libc
AM_MAKEFLAGS=l=l
+SUBDIRS+=navit/support/libc
endif
endif
endif