Unidiff1 files changed, 6 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index f8e94bb..d69364e 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -34,2 +34,7 @@ PIMAPPS = core/pim/addressbook core/pim/datebook \ |
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 \ |
@@ -84,3 +89,3 @@ APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
84 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
89 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
85 | $(NONCOMM) $(GAMES) |
90 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |
86 | |
91 | |
|