Unidiff1 files changed, 2 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 1e633af..153bab8 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -35,13 +35,14 @@ COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
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 \ |
|