From eab96235daf759b7ce3f099bafb59e5a1ae741f1 Mon Sep 17 00:00:00 2001 From: martin-s Date: Thu, 9 Oct 2008 22:14:24 +0000 Subject: [PATCH] Add:Core:Beginning of adding support for wince and cleanup of win32 support git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1439 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/support/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 navit/navit/support/Makefile.am diff --git a/navit/navit/support/Makefile.am b/navit/navit/support/Makefile.am new file mode 100644 index 0000000..e7692c5 --- /dev/null +++ b/navit/navit/support/Makefile.am @@ -0,0 +1,10 @@ +SUBDIRS= +if SUPPORT_WORDEXP + SUBDIRS+=wordexp +endif +if SUPPORT_WIN32 + SUBDIRS+=win32 +endif +if SUPPORT_ZLIB + SUBDIRS+=zlib +endif -- 2.7.4