author | zautrix <zautrix> | 2004-08-30 21:21:12 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-30 21:21:12 (UTC) |
commit | 9bd5f28b42d2fc569cd92ece73282f3dc6491d4d (patch) (side-by-side diff) | |
tree | c7e820667c25952048cdf604e0ca91f61b22c077 | |
parent | a415f6b4188fe9fc7a7c8d530def31d0877a8073 (diff) | |
download | kdepimpi-9bd5f28b42d2fc569cd92ece73282f3dc6491d4d.zip kdepimpi-9bd5f28b42d2fc569cd92ece73282f3dc6491d4d.tar.gz kdepimpi-9bd5f28b42d2fc569cd92ece73282f3dc6491d4d.tar.bz2 |
Makefile fixes
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | Makefile.Embedded | 4 | ||||
-rw-r--r-- | kammu.control (renamed from gammu.control) | 0 | ||||
-rwxr-xr-x | setQtopia | 1 | ||||
-rw-r--r-- | setZaurus | 1 |
5 files changed, 4 insertions, 6 deletions
@@ -4,10 +4,8 @@ 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 @@ -202,5 +200,5 @@ dist: ./mkipks korganizer-alarm.control ifndef BUILD_NO_GAMMU - ./mkipks gammu.control + ./mkipks kammu.control endif diff --git a/Makefile.Embedded b/Makefile.Embedded index b7e0e33..7cc6952 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -4,10 +4,8 @@ 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 @@ -202,5 +200,5 @@ dist: ./mkipks korganizer-alarm.control ifndef BUILD_NO_GAMMU - ./mkipks gammu.control + ./mkipks kammu.control endif diff --git a/gammu.control b/kammu.control index db52c80..db52c80 100644 --- a/gammu.control +++ b/kammu.control @@ -6,4 +6,5 @@ export QPEDIR=/opt/Qtopia export OPIEDIR=/kde_dev/opie export BUILD_NO_OPIE_PLUGIN=1 +#export BUILD_NO_GAMMU=1 export QTDIR=/opt/Qtopia export PATH=$QTDIR/bin:$PATH @@ -9,4 +9,5 @@ export OPIEDIR=/kde_dev/opie #export BUILD_NO_OPIE_PLUGIN=1 #export BUILD_NO_SHARP_PLUGIN=1 +#export BUILD_NO_GAMMU=1 export QTDIR=/opt/Qtopia/sharp export PATH=$QTDIR/bin:/opt/Embedix/tools/bin:$PATH |