author | llornkcor <llornkcor> | 2002-10-31 20:05:42 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-31 20:05:42 (UTC) |
commit | 6f6bf05d544a579d513c476453483ef9bedad49f (patch) (side-by-side diff) | |
tree | ea53051a866b136432829d73fa7f59c108269053 | |
parent | 6a5a109fd55590ff176b29ac8533d36d9d204a63 (diff) | |
download | opie-6f6bf05d544a579d513c476453483ef9bedad49f.zip opie-6f6bf05d544a579d513c476453483ef9bedad49f.tar.gz opie-6f6bf05d544a579d513c476453483ef9bedad49f.tar.bz2 |
added stockticker
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,32 +25,33 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ MAIL= noncore/mail/libmail noncore/mail/bend PLAYER = core/multimedia/opieplayer/libmpeg3 \ core/multimedia/opieplayer/libmad \ core/multimedia/opieplayer/wavplugin \ core/multimedia/opieplayer/modplug 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 \ + noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ core/apps/textedit core/apps/embeddedkonsole \ core/launcher \ core/opie-login \ core/apps/oipkg core/apps/qcop COREMULTIMEDIA = core/multimedia/opieplayer CORESETTINGS = core/settings/light-and-power core/settings/security \ noncore/settings/netsystemtime core/settings/citytime \ core/settings/launcher NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ noncore/settings/appearance2 noncore/settings/sound \ |