-rw-r--r-- | Makefile.Embedded | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 39d852f..71035d6 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -4,8 +4,12 @@ DISTDIR = $(shell basename $(DISTPATH)) | |||
4 | ifeq ($(PLATFORM) , zaurus) | 4 | ifeq ($(PLATFORM) , zaurus) |
5 | BUILD_NO_LDAP_PLUGIN=1 | 5 | BUILD_NO_LDAP_PLUGIN=1 |
6 | endif | 6 | endif |
7 | 7 | ||
8 | ifneq ($(PLATFORM) , zaurus) | ||
9 | BUILD_NO_SHARP_PLUGIN=1 | ||
10 | endif | ||
11 | |||
8 | 12 | ||
9 | SUBDIRS_MAIN = \ | 13 | SUBDIRS_MAIN = \ |
10 | libical/src/libical \ | 14 | libical/src/libical \ |
11 | libical/src/libicalss \ | 15 | libical/src/libicalss \ |