Unidiff1 files changed, 1 insertions, 3 deletions
|
diff --git a/Makefile b/Makefile index b7e0e33..7cc6952 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -3,12 +3,10 @@ export KDEPIMDIR = $(shell pwd) |
3 | |
3 | |
4 | ifeq ($(PLATFORM) , zaurus) |
4 | ifeq ($(PLATFORM) , zaurus) |
5 | BUILD_NO_LDAP_PLUGIN=1 |
5 | BUILD_NO_LDAP_PLUGIN=1 |
6 | BUILD_NO_GAMMU=1 |
| |
7 | endif |
6 | endif |
8 | |
7 | |
9 | ifneq ($(PLATFORM) , zaurus) |
8 | ifneq ($(PLATFORM) , zaurus) |
10 | BUILD_NO_SHARP_PLUGIN=1 |
9 | BUILD_NO_SHARP_PLUGIN=1 |
11 | BUILD_NO_GAMMU=1 |
| |
12 | endif |
10 | endif |
13 | |
11 | |
14 | SUBDIRS_MICROKDE = \ |
12 | SUBDIRS_MICROKDE = \ |
@@ -201,7 +199,7 @@ dist: |
201 | endif |
199 | endif |
202 | ./mkipks korganizer-alarm.control |
200 | ./mkipks korganizer-alarm.control |
203 | ifndef BUILD_NO_GAMMU |
201 | ifndef BUILD_NO_GAMMU |
204 | ./mkipks gammu.control |
202 | ./mkipks kammu.control |
205 | endif |
203 | endif |
206 | |
204 | |
207 | tmake: objects \ |
205 | tmake: objects \ |
|