-rw-r--r-- | Makefile.Embedded | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index e472689..6856b62 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -207,8 +207,9 @@ install: | |||
207 | cp db2file/db2file $(QPEDIR)/bin/db2file | 207 | cp db2file/db2file $(QPEDIR)/bin/db2file |
208 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 208 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
209 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 209 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
210 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop | 210 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop |
211 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop | ||
211 | 212 | ||
212 | dist: | 213 | dist: |
213 | @echo Dont forget to do "make install" before "make dist" | 214 | @echo Dont forget to do "make install" before "make dist" |
214 | rm -f *arm.ipk | 215 | rm -f *arm.ipk |
@@ -223,8 +224,11 @@ dist: | |||
223 | ./mkipks korganizer-alarm.control | 224 | ./mkipks korganizer-alarm.control |
224 | ifndef BUILD_NO_GAMMU | 225 | ifndef BUILD_NO_GAMMU |
225 | ./mkipks kammu.control | 226 | ./mkipks kammu.control |
226 | endif | 227 | endif |
228 | ifndef BUILD_NO_PWMANAGER | ||
229 | ./mkipks pwmanager.control | ||
230 | endif | ||
227 | ./mkipks pim_TAB_icon.control | 231 | ./mkipks pim_TAB_icon.control |
228 | 232 | ||
229 | tmake: objects \ | 233 | tmake: objects \ |
230 | qtcompat/Makefile$(PLATFORM) \ | 234 | qtcompat/Makefile$(PLATFORM) \ |