author | drw <drw> | 2002-11-19 01:37:47 (UTC) |
---|---|---|
committer | drw <drw> | 2002-11-19 01:37:47 (UTC) |
commit | 8500e91c7d1faca6ad301244534b13885d5799a8 (patch) (unidiff) | |
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
@@ -30,25 +30,26 @@ PLAYER = core/multimedia/opieplayer/libmpeg3 \ | |||
30 | core/multimedia/opieplayer/modplug | 30 | core/multimedia/opieplayer/modplug |
31 | 31 | ||
32 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | 32 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
33 | 33 | ||
34 | 34 | ||
35 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | 35 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
36 | core/pim/today core/pim/todo | 36 | core/pim/today core/pim/todo |
37 | 37 | ||
38 | TODAYPLUGINS = core/pim/today/plugins/datebook \ | 38 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
39 | core/pim/today/plugins/todolist \ | 39 | core/pim/today/plugins/todolist \ |
40 | core/pim/today/plugins/mail \ | 40 | core/pim/today/plugins/mail \ |
41 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ | 41 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ |
42 | noncore/todayplugins/fortune | 42 | noncore/todayplugins/fortune \ |
43 | noncore/todayplugins/weather | ||
43 | 44 | ||
44 | 45 | ||
45 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 46 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
46 | core/apps/textedit core/apps/embeddedkonsole \ | 47 | core/apps/textedit core/apps/embeddedkonsole \ |
47 | core/launcher \ | 48 | core/launcher \ |
48 | core/opie-login \ | 49 | core/opie-login \ |
49 | core/apps/oipkg core/apps/qcop | 50 | core/apps/oipkg core/apps/qcop |
50 | 51 | ||
51 | COREMULTIMEDIA = core/multimedia/opieplayer | 52 | COREMULTIMEDIA = core/multimedia/opieplayer |
52 | 53 | ||
53 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 54 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
54 | noncore/settings/netsystemtime core/settings/citytime \ | 55 | noncore/settings/netsystemtime core/settings/citytime \ |