author | sandman <sandman> | 2002-10-06 22:32:59 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-10-06 22:32:59 (UTC) |
commit | d2dc4dc0658f331b7f3d4d1aaf69645b4b02d690 (patch) (unidiff) | |
tree | c13d6bfe6a80caf8b5e92ea33daebb27efc64d99 | |
parent | 814a6d0506a0296874949d2f220cf816830f1c80 (diff) | |
download | opie-d2dc4dc0658f331b7f3d4d1aaf69645b4b02d690.zip opie-d2dc4dc0658f331b7f3d4d1aaf69645b4b02d690.tar.gz opie-d2dc4dc0658f331b7f3d4d1aaf69645b4b02d690.tar.bz2 |
Added logout menu-applet to build system
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,48 +1,49 @@ | |||
1 | indefault: dynamic | 1 | indefault: dynamic |
2 | 2 | ||
3 | all: default docs | 3 | all: default docs |
4 | 4 | ||
5 | LIBS=library libopie | 5 | LIBS=library libopie |
6 | 6 | ||
7 | 7 | ||
8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ | 8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ |
9 | inputmethods/handwriting inputmethods/unikeyboard \ | 9 | inputmethods/handwriting inputmethods/unikeyboard \ |
10 | inputmethods/jumpx inputmethods/kjumpx \ | 10 | inputmethods/jumpx inputmethods/kjumpx \ |
11 | inputmethods/dvorak inputmethods/multikey \ | 11 | inputmethods/dvorak inputmethods/multikey \ |
12 | 12 | ||
13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ | 13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ |
14 | core/applets/irdaapplet core/applets/volumeapplet \ | 14 | core/applets/irdaapplet core/applets/volumeapplet \ |
15 | core/applets/clockapplet core/applets/netmonapplet \ | 15 | core/applets/clockapplet core/applets/netmonapplet \ |
16 | core/applets/homeapplet core/applets/suspendapplet \ | 16 | core/applets/homeapplet core/applets/suspendapplet \ |
17 | core/applets/logoutapplet \ | ||
17 | core/applets/screenshotapplet core/applets/clipboardapplet \ | 18 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
18 | core/applets/cardmon core/applets/obex \ | 19 | core/applets/cardmon core/applets/obex \ |
19 | core/applets/vmemo noncore/net/netsetup/dialup \ | 20 | core/applets/vmemo noncore/net/netsetup/dialup \ |
20 | noncore/net/netsetup/lan \ | 21 | noncore/net/netsetup/lan \ |
21 | noncore/applets/wirelessapplet noncore/applets/notesapplet | 22 | noncore/applets/wirelessapplet noncore/applets/notesapplet |
22 | 23 | ||
23 | MAIL= noncore/mail/libmail noncore/mail/bend | 24 | MAIL= noncore/mail/libmail noncore/mail/bend |
24 | 25 | ||
25 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ | 26 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
26 | core/multimedia/opieplayer/libmad \ | 27 | core/multimedia/opieplayer/libmad \ |
27 | core/multimedia/opieplayer/wavplugin \ | 28 | core/multimedia/opieplayer/wavplugin \ |
28 | core/multimedia/opieplayer/modplug | 29 | core/multimedia/opieplayer/modplug |
29 | 30 | ||
30 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | 31 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
31 | 32 | ||
32 | 33 | ||
33 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | 34 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
34 | core/pim/today core/pim/todo | 35 | core/pim/today core/pim/todo |
35 | 36 | ||
36 | TODAYPLUGINS = core/pim/today/plugins/datebook \ | 37 | TODAYPLUGINS = core/pim/today/plugins/datebook \ |
37 | core/pim/today/plugins/todolist \ | 38 | core/pim/today/plugins/todolist \ |
38 | core/pim/today/plugins/mail \ | 39 | core/pim/today/plugins/mail \ |
39 | 40 | ||
40 | 41 | ||
41 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 42 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
42 | core/apps/textedit core/apps/embeddedkonsole \ | 43 | core/apps/textedit core/apps/embeddedkonsole \ |
43 | core/launcher \ | 44 | core/launcher \ |
44 | core/opie-login \ | 45 | core/opie-login \ |
45 | core/apps/oipkg core/apps/qcop | 46 | core/apps/oipkg core/apps/qcop |
46 | 47 | ||
47 | COREMULTIMEDIA = core/multimedia/opieplayer | 48 | COREMULTIMEDIA = core/multimedia/opieplayer |
48 | 49 | ||