-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -34,2 +34,7 @@ PIMAPPS = core/pim/addressbook core/pim/datebook \ +TODAYPLUGINS = core/pim/today/plugins/datebook \ + core/pim/today/plugins/todolist \ + core/pim/today/plugins/mail \ + + COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ @@ -84,3 +89,3 @@ APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ $(NONAPPS) $(NONNET) $(NONMULT) \ - $(NONCOMM) $(GAMES) + $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |