-rw-r--r-- | Makefile.Embedded | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 467710f..a9ea199 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -247,16 +247,17 @@ dist: | |||
247 | mkipks korganizer-alarm.control | 247 | mkipks korganizer-alarm.control |
248 | ifndef BUILD_NO_GAMMU | 248 | ifndef BUILD_NO_GAMMU |
249 | mkipks kmobilephoneaccess.control | 249 | mkipks kmobilephoneaccess.control |
250 | endif | 250 | endif |
251 | ifndef BUILD_NO_PWMANAGER | 251 | ifndef BUILD_NO_PWMANAGER |
252 | mkipks pwmanager.control | 252 | mkipks pwmanager.control |
253 | endif | 253 | endif |
254 | mkipks pimTABicon.control | 254 | mkipks pimTABicon.control |
255 | zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk | ||
255 | 256 | ||
256 | tmake: objects \ | 257 | tmake: objects \ |
257 | qtcompat/Makefile$(PLATFORM) \ | 258 | qtcompat/Makefile$(PLATFORM) \ |
258 | microkde/Makefile$(PLATFORM) \ | 259 | microkde/Makefile$(PLATFORM) \ |
259 | libkcal/Makefile$(PLATFORM) \ | 260 | libkcal/Makefile$(PLATFORM) \ |
260 | libkdepim/Makefile$(PLATFORM) \ | 261 | libkdepim/Makefile$(PLATFORM) \ |
261 | korganizer/Makefile$(PLATFORM) \ | 262 | korganizer/Makefile$(PLATFORM) \ |
262 | kalarmd/Makefile$(PLATFORM) \ | 263 | kalarmd/Makefile$(PLATFORM) \ |