-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -29,12 +29,17 @@ PLAYER = core/multimedia/opieplayer/libmpeg3 \ COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) PIMAPPS = core/pim/addressbook core/pim/datebook \ core/pim/today core/pim/todo +TODAYPLUGINS = core/pim/today/plugins/datebook \ + core/pim/today/plugins/todolist \ + core/pim/today/plugins/mail \ + + COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ core/apps/textedit core/apps/embeddedkonsole \ core/launcher \ core/opie-login \ core/apps/oipkg core/apps/qcop @@ -79,13 +84,13 @@ NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ NONCOMM = noncore/comm/keypebble APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ $(COREMULTIMEDIA) $(CORESETTINGS) \ $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ $(NONAPPS) $(NONNET) $(NONMULT) \ - $(NONCOMM) $(GAMES) + $(NONCOMM) $(GAMES) $(TODAYPLUGINS) NONTMAKEAPPS := ipaq/opiealarm DOCS = docs/src/opie-policy |