-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -5,3 +5,2 @@ ifeq ($(PLATFORM) , zaurus) BUILD_NO_LDAP_PLUGIN=1 - BUILD_NO_GAMMU=1 endif @@ -10,3 +9,2 @@ ifneq ($(PLATFORM) , zaurus) BUILD_NO_SHARP_PLUGIN=1 - BUILD_NO_GAMMU=1 endif @@ -203,3 +201,3 @@ dist: ifndef BUILD_NO_GAMMU - ./mkipks gammu.control + ./mkipks kammu.control endif |