author | eilers <eilers> | 2003-01-03 13:17:43 (UTC) |
---|---|---|
committer | eilers <eilers> | 2003-01-03 13:17:43 (UTC) |
commit | 49c60b1422902963d33ae79fdab3554b2991ddf5 (patch) (unidiff) | |
tree | e86257ba8f5e1a2998b13a65460eb804fe1cbb30 | |
parent | 19ee7f3b3e06fcf434dcd6a104e912b12220af3b (diff) | |
download | opie-49c60b1422902963d33ae79fdab3554b2991ddf5.zip opie-49c60b1422902963d33ae79fdab3554b2991ddf5.tar.gz opie-49c60b1422902963d33ae79fdab3554b2991ddf5.tar.bz2 |
Now compile the new addressbook plugin..
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,32 +23,33 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ | |||
23 | noncore/applets/wirelessapplet noncore/applets/notesapplet | 23 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
24 | 24 | ||
25 | MAIL= noncore/mail/libmail noncore/mail/bend | 25 | MAIL= noncore/mail/libmail noncore/mail/bend |
26 | 26 | ||
27 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ | 27 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
28 | core/multimedia/opieplayer/libmad \ | 28 | core/multimedia/opieplayer/libmad \ |
29 | core/multimedia/opieplayer/wavplugin \ | 29 | core/multimedia/opieplayer/wavplugin \ |
30 | core/multimedia/opieplayer/modplug | 30 | core/multimedia/opieplayer/modplug |
31 | 31 | ||
32 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | 32 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
33 | 33 | ||
34 | 34 | ||
35 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | 35 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
36 | core/pim/today core/pim/todo | 36 | core/pim/today core/pim/todo |
37 | 37 | ||
38 | TODAYPLUGINS = core/pim/today/plugins/datebook \ | 38 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
39 | core/pim/today/plugins/addressbook \ | ||
39 | core/pim/today/plugins/todolist \ | 40 | core/pim/today/plugins/todolist \ |
40 | core/pim/today/plugins/mail \ | 41 | core/pim/today/plugins/mail \ |
41 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ | 42 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ |
42 | noncore/todayplugins/fortune \ | 43 | noncore/todayplugins/fortune \ |
43 | noncore/todayplugins/weather | 44 | noncore/todayplugins/weather |
44 | 45 | ||
45 | 46 | ||
46 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 47 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
47 | core/apps/textedit core/apps/embeddedkonsole \ | 48 | core/apps/textedit core/apps/embeddedkonsole \ |
48 | core/launcher \ | 49 | core/launcher \ |
49 | core/opie-login \ | 50 | core/opie-login \ |
50 | core/apps/oipkg core/apps/qcop | 51 | core/apps/oipkg core/apps/qcop |
51 | 52 | ||
52 | COREMULTIMEDIA = core/multimedia/opieplayer | 53 | COREMULTIMEDIA = core/multimedia/opieplayer |
53 | 54 | ||
54 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 55 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |