author | zautrix <zautrix> | 2004-10-28 08:57:04 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-28 08:57:04 (UTC) |
commit | c5c81f6825f130555f32b2c334721991403b8c71 (patch) (side-by-side diff) | |
tree | 8b0dd55aeeebf328a84ba96fcbe9925f8f2a4003 /Makefile.Embedded | |
parent | 5a00eab1d13ccc22fa0b0c1088286781c2dcd622 (diff) | |
download | kdepimpi-c5c81f6825f130555f32b2c334721991403b8c71.zip kdepimpi-c5c81f6825f130555f32b2c334721991403b8c71.tar.gz kdepimpi-c5c81f6825f130555f32b2c334721991403b8c71.tar.bz2 |
more ipk changes
-rw-r--r-- | Makefile.Embedded | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index b677087..467710f 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -240,16 +240,19 @@ dist: mkipks kaddressbook.control ifndef BUILD_NO_MICROMAIL mkipks kopiemail.control endif + ifndef BUILD_NO_SHARP_PLUGIN + mkipks ksharpPIM-DTMaccess.control + endif mkipks korganizer-alarm.control ifndef BUILD_NO_GAMMU - mkipks phoneaccess.control + mkipks kmobilephoneaccess.control endif ifndef BUILD_NO_PWMANAGER mkipks pwmanager.control endif - mkipks pim_TAB_icon.control + mkipks pimTABicon.control tmake: objects \ qtcompat/Makefile$(PLATFORM) \ microkde/Makefile$(PLATFORM) \ |