Unidiff1 files changed, 6 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index f8e94bb..d69364e 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -32,6 +32,11 @@ COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
32 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
32 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
33 | core/pim/today core/pim/todo |
33 | core/pim/today core/pim/todo |
34 | |
34 | |
| |
35 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
| |
36 | core/pim/today/plugins/todolist \ |
| |
37 | core/pim/today/plugins/mail \ |
| |
38 | |
| |
39 | |
35 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
40 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
36 | core/apps/textedit core/apps/embeddedkonsole \ |
41 | core/apps/textedit core/apps/embeddedkonsole \ |
37 | core/launcher \ |
42 | core/launcher \ |
@@ -82,7 +87,7 @@ APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
82 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
87 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
83 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
88 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
84 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
89 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
85 | $(NONCOMM) $(GAMES) |
90 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |
86 | |
91 | |
87 | |
92 | |
88 | |
93 | |
|