author | zautrix <zautrix> | 2004-10-28 08:57:04 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-28 08:57:04 (UTC) |
commit | c5c81f6825f130555f32b2c334721991403b8c71 (patch) (unidiff) | |
tree | 8b0dd55aeeebf328a84ba96fcbe9925f8f2a4003 /Makefile | |
parent | 5a00eab1d13ccc22fa0b0c1088286781c2dcd622 (diff) | |
download | kdepimpi-c5c81f6825f130555f32b2c334721991403b8c71.zip kdepimpi-c5c81f6825f130555f32b2c334721991403b8c71.tar.gz kdepimpi-c5c81f6825f130555f32b2c334721991403b8c71.tar.bz2 |
more ipk changes
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -240,16 +240,19 @@ dist: | |||
240 | mkipks kaddressbook.control | 240 | mkipks kaddressbook.control |
241 | ifndef BUILD_NO_MICROMAIL | 241 | ifndef BUILD_NO_MICROMAIL |
242 | mkipks kopiemail.control | 242 | mkipks kopiemail.control |
243 | endif | 243 | endif |
244 | ifndef BUILD_NO_SHARP_PLUGIN | ||
245 | mkipks ksharpPIM-DTMaccess.control | ||
246 | endif | ||
244 | mkipks korganizer-alarm.control | 247 | mkipks korganizer-alarm.control |
245 | ifndef BUILD_NO_GAMMU | 248 | ifndef BUILD_NO_GAMMU |
246 | mkipks phoneaccess.control | 249 | mkipks kmobilephoneaccess.control |
247 | endif | 250 | endif |
248 | ifndef BUILD_NO_PWMANAGER | 251 | ifndef BUILD_NO_PWMANAGER |
249 | mkipks pwmanager.control | 252 | mkipks pwmanager.control |
250 | endif | 253 | endif |
251 | mkipks pim_TAB_icon.control | 254 | mkipks pimTABicon.control |
252 | 255 | ||
253 | tmake: objects \ | 256 | tmake: objects \ |
254 | qtcompat/Makefile$(PLATFORM) \ | 257 | qtcompat/Makefile$(PLATFORM) \ |
255 | microkde/Makefile$(PLATFORM) \ | 258 | microkde/Makefile$(PLATFORM) \ |