author | drw <drw> | 2002-11-19 01:37:47 (UTC) |
---|---|---|
committer | drw <drw> | 2002-11-19 01:37:47 (UTC) |
commit | 8500e91c7d1faca6ad301244534b13885d5799a8 (patch) (side-by-side diff) | |
tree | 18f827b44adc7a5c55230b5dba97ca7e9c632efd | |
parent | 9581e5b0b3b4b4e36d8356f15dd33eba9cf99b31 (diff) | |
download | opie-8500e91c7d1faca6ad301244534b13885d5799a8.zip opie-8500e91c7d1faca6ad301244534b13885d5799a8.tar.gz opie-8500e91c7d1faca6ad301244534b13885d5799a8.tar.bz2 |
Include weather plugin in build
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,49 +18,50 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ core/applets/screenshotapplet core/applets/clipboardapplet \ core/applets/cardmon core/applets/obex \ core/applets/vmemo \ noncore/net/networksetup/interfaces \ noncore/net/networksetup/wlan \ noncore/applets/wirelessapplet noncore/applets/notesapplet 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 \ - noncore/todayplugins/fortune + noncore/todayplugins/fortune \ + noncore/todayplugins/weather 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 \ noncore/settings/mediummount \ noncore/settings/tabmanager noncore/settings/appskey \ noncore/settings/sshkeys noncore/settings/usermanager \ noncore/settings/backup NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ noncore/tools/formatter |