author | kergoth <kergoth> | 2002-11-05 02:46:40 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 02:46:40 (UTC) |
commit | 400ab91d83abc1247de58351ceed7d698bd61623 (patch) (unidiff) | |
tree | 5337b269b044a16869b90d844210eee8460caf16 /Makefile | |
parent | 7a54e3486479a4097a1c4e03b5ee6903358983fb (diff) | |
download | opie-400ab91d83abc1247de58351ceed7d698bd61623.zip opie-400ab91d83abc1247de58351ceed7d698bd61623.tar.gz opie-400ab91d83abc1247de58351ceed7d698bd61623.tar.bz2 |
Add fortune today plugin
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,25 +29,26 @@ PLAYER = core/multimedia/opieplayer/libmpeg3 \ | |||
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/todolist \ | 39 | core/pim/today/plugins/todolist \ |
40 | core/pim/today/plugins/mail \ | 40 | core/pim/today/plugins/mail \ |
41 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib | 41 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ |
42 | noncore/todayplugins/fortune | ||
42 | 43 | ||
43 | 44 | ||
44 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 45 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
45 | core/apps/textedit core/apps/embeddedkonsole \ | 46 | core/apps/textedit core/apps/embeddedkonsole \ |
46 | core/launcher \ | 47 | core/launcher \ |
47 | core/opie-login \ | 48 | core/opie-login \ |
48 | core/apps/oipkg core/apps/qcop | 49 | core/apps/oipkg core/apps/qcop |
49 | 50 | ||
50 | COREMULTIMEDIA = core/multimedia/opieplayer | 51 | COREMULTIMEDIA = core/multimedia/opieplayer |
51 | 52 | ||
52 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 53 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
53 | noncore/settings/netsystemtime core/settings/citytime \ | 54 | noncore/settings/netsystemtime core/settings/citytime \ |