summaryrefslogtreecommitdiff
path: root/Makefile
Unidiff
Diffstat (limited to 'Makefile') (more/less context) (show whitespace changes)
-rw-r--r--Makefile7
1 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
35TODAYPLUGINS = core/pim/today/plugins/datebook \
36 core/pim/today/plugins/todolist \
37 core/pim/today/plugins/mail \
38
39
35COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ 40COREAPPS = 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