-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2,14 +2,12 @@ export KDEPIMDIR = $(shell pwd) ifeq ($(PLATFORM) , zaurus) BUILD_NO_LDAP_PLUGIN=1 - BUILD_NO_GAMMU=1 endif ifneq ($(PLATFORM) , zaurus) BUILD_NO_SHARP_PLUGIN=1 - BUILD_NO_GAMMU=1 endif SUBDIRS_MICROKDE = \ libical/src/libical \ @@ -200,9 +198,9 @@ dist: ./mkipks kopiemail.control endif ./mkipks korganizer-alarm.control ifndef BUILD_NO_GAMMU - ./mkipks gammu.control + ./mkipks kammu.control endif tmake: objects \ qtcompat/Makefile$(PLATFORM) \ |