summaryrefslogtreecommitdiffabout
authorulf69 <ulf69>2004-10-24 18:10:42 (UTC)
committer ulf69 <ulf69>2004-10-24 18:10:42 (UTC)
commitfeff0930372dd51af24dc3b46697e70838277ea5 (patch) (side-by-side diff)
tree3b182bed6aa6a4126befba648e72091d4ba4c34c
parent7e28e9e5aa5b390653a640be508f0c40c73d9060 (diff)
downloadkdepimpi-feff0930372dd51af24dc3b46697e70838277ea5.zip
kdepimpi-feff0930372dd51af24dc3b46697e70838277ea5.tar.gz
kdepimpi-feff0930372dd51af24dc3b46697e70838277ea5.tar.bz2
disabled opie resource
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.Embedded3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded
index da5feba..b677087 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -1,60 +1,63 @@
export KDEPIMDIR = $(shell pwd)
export KDEPIM_VERSION=$(shell sed -e 's/.*\"\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/' < version)
ifeq ($(PLATFORM) , zaurus)
BUILD_NO_LDAP_PLUGIN=1
endif
ifneq ($(PLATFORM) , zaurus)
BUILD_NO_SHARP_PLUGIN=1
endif
+#opie plugin is deprecated. The qtopia plugin handles the task from now on.
+BUILD_NO_OPIE_PLUGIN=1
+
SUBDIRS_MICROKDE = \
libical/src/libical \
libical/src/libicalss \
qtcompat \
microkde \
libkcal \
libkdepim \
kabc \
kabc/formats/binary \
kabc/plugins/file \
kabc/plugins/dir \
korganizer \
kalarmd \
kaddressbook
SUBDIRS_QTOPIA_PLUGIN = \
kabc/plugins/qtopia
SUBDIRS_OPIE_PLUGIN = \
kabc/plugins/opie
SUBDIRS_SHARP_PLUGIN = \
kabc/plugins/sharpdtm
SUBDIRS_LDAP_PLUGIN = \
kabc/plugins/ldap
SUBDIRS_MICROMAIL = \
kmicromail/libetpan \
kmicromail/libmailwrapper \
kmicromail
SUBDIRS_GAMMU = \
gammu/emb/common \
gammu/emb/gammu
SUBDIRS_PWMANAGER = \
pwmanager/libcrypt/mpi \
pwmanager/libcrypt/error \
pwmanager/libcrypt/cipher \
pwmanager/libcrypt/zlib \
pwmanager/pwmanager
SUBDIRS = \
$(SUBDIRS_MICROKDE) \
$(SUBDIRS_QTOPIA_PLUGIN) \
$(SUBDIRS_OPIE_PLUGIN) \
$(SUBDIRS_SHARP_PLUGIN) \