Unidiff1 files changed, 1 insertions, 2 deletions
|
diff --git a/Makefile b/Makefile index db3fc6d..580203a 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -8,33 +8,32 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ |
8 | inputmethods/pickboard \ |
8 | inputmethods/pickboard \ |
9 | inputmethods/handwriting \ |
9 | inputmethods/handwriting \ |
10 | inputmethods/unikeyboard \ |
10 | inputmethods/unikeyboard \ |
11 | inputmethods/jumpx \ |
11 | inputmethods/jumpx \ |
12 | inputmethods/dvorak \ |
12 | inputmethods/dvorak \ |
13 | launcher/batteryapplet \ |
13 | launcher/batteryapplet \ |
14 | launcher/irdaapplet \ |
14 | launcher/irdaapplet \ |
15 | launcher/volumeapplet \ |
15 | launcher/volumeapplet \ |
16 | launcher/clockapplet \ |
16 | launcher/clockapplet \ |
17 | launcher/netmonapplet \ |
17 | launcher/netmonapplet \ |
18 | launcher/screenshotapplet \ |
18 | launcher/screenshotapplet \ |
19 | launcher/clipboardapplet \ |
19 | launcher/clipboardapplet \ |
| |
20 | launcher/cardmon \ |
20 | launcher/vmemo \ |
21 | launcher/vmemo \ |
21 | netsetup/dialup \ |
22 | netsetup/dialup \ |
22 | netsetup/lan \ |
23 | netsetup/lan \ |
23 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
24 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
24 | core/opieplayer/libmpeg3 \ |
25 | core/opieplayer/libmpeg3 \ |
25 | core/opieplayer/libmad \ |
26 | core/opieplayer/libmad \ |
26 | core/opieplayer/wavplugin \ |
27 | core/opieplayer/wavplugin \ |
27 | cardmon \ |
| |
28 | sdmon |
| |
29 | |
28 | |
30 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ |
29 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ |
31 | filebrowser helpbrowser minesweep core/opieplayer \ |
30 | filebrowser helpbrowser minesweep core/opieplayer \ |
32 | settings/light-and-power \ |
31 | settings/light-and-power \ |
33 | settings/language \ |
32 | settings/language \ |
34 | settings/rotation \ |
33 | settings/rotation \ |
35 | settings/appearance \ |
34 | settings/appearance \ |
36 | settings/security \ |
35 | settings/security \ |
37 | settings/sound \ |
36 | settings/sound \ |
38 | settings/systemtime \ |
37 | settings/systemtime \ |
39 | settings/mediummount \ |
38 | settings/mediummount \ |
40 | settings/tabmanager \ |
39 | settings/tabmanager \ |
|