|
diff --git a/Makefile b/Makefile index b677087..467710f 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -236,24 +236,27 @@ dist: |
236 | rm -f *~ |
236 | rm -f *~ |
237 | cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
237 | cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
238 | mkipks kmicrokdelibs.control |
238 | mkipks kmicrokdelibs.control |
239 | mkipks korganizer.control |
239 | mkipks korganizer.control |
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) \ |
256 | libkcal/Makefile$(PLATFORM) \ |
259 | libkcal/Makefile$(PLATFORM) \ |
257 | libkdepim/Makefile$(PLATFORM) \ |
260 | libkdepim/Makefile$(PLATFORM) \ |
258 | korganizer/Makefile$(PLATFORM) \ |
261 | korganizer/Makefile$(PLATFORM) \ |
259 | kalarmd/Makefile$(PLATFORM) \ |
262 | kalarmd/Makefile$(PLATFORM) \ |
|