From b306ee8c93dd563f42a32a1ee2c63eacc6050604 Mon Sep 17 00:00:00 2001 From: ulf69 Date: Fri, 16 Jul 2004 23:28:45 +0000 Subject: build sharp dtm plugin only if we crosscompile for the zaurus (Platform=zaurus) --- (limited to 'Makefile.Embedded') diff --git a/Makefile.Embedded b/Makefile.Embedded index 39d852f..71035d6 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -5,6 +5,10 @@ ifeq ($(PLATFORM) , zaurus) BUILD_NO_LDAP_PLUGIN=1 endif +ifneq ($(PLATFORM) , zaurus) + BUILD_NO_SHARP_PLUGIN=1 +endif + SUBDIRS_MAIN = \ libical/src/libical \ -- cgit v0.9.0.2