diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2010-01-10 13:00:52 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2010-01-10 13:00:52 +0000 |
commit | 395c809e60bf82570fe24b43f2b07730ea7e0f6a (patch) | |
tree | 1e76fc0bca7fed2a05042371f0dda8436e1afa75 /navit/support/libc | |
parent | aa49e36463159b321481d6aa38b65918b80cf4d4 (diff) | |
download | navit-395c809e60bf82570fe24b43f2b07730ea7e0f6a.tar.gz |
Fix:Build:Compensate for -lc in intl
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2907 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/support/libc')
-rw-r--r-- | navit/support/libc/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/navit/support/libc/Makefile.am b/navit/support/libc/Makefile.am index fd98ea7a5..6df5574b5 100644 --- a/navit/support/libc/Makefile.am +++ b/navit/support/libc/Makefile.am @@ -2,3 +2,7 @@ include $(top_srcdir)/Makefile.inc AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=support_libc noinst_LTLIBRARIES = libsupport_libc.la libsupport_libc_la_SOURCES = libc.c libc_init.c +if SUPPORT_WIN32CE +noinst_LTLIBRARIES += libc.la +libc_la_SOURCES = +endif |