summaryrefslogtreecommitdiffabout
path: root/Makefile
Unidiff
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b677087..467710f 100644
--- a/Makefile
+++ b/Makefile
@@ -241,14 +241,17 @@ dist:
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
253tmake: objects \ 256tmake: objects \
254 qtcompat/Makefile$(PLATFORM) \ 257 qtcompat/Makefile$(PLATFORM) \