Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/Makefile b/Makefile index 6c39cde..db3fc6d 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -3,32 +3,33 @@ default: dynamic |
3 | all: default docs |
3 | all: default docs |
4 | |
4 | |
5 | LIBS=library libopie |
5 | LIBS=library libopie |
6 | |
6 | |
7 | COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ |
7 | 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/vmemo \ |
20 | launcher/vmemo \ |
20 | netsetup/dialup \ |
21 | netsetup/dialup \ |
21 | netsetup/lan \ |
22 | netsetup/lan \ |
22 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
23 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
23 | core/opieplayer/libmpeg3 \ |
24 | core/opieplayer/libmpeg3 \ |
24 | core/opieplayer/libmad \ |
25 | core/opieplayer/libmad \ |
25 | core/opieplayer/wavplugin \ |
26 | core/opieplayer/wavplugin \ |
26 | cardmon \ |
27 | cardmon \ |
27 | sdmon |
28 | sdmon |
28 | |
29 | |
29 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ |
30 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ |
30 | filebrowser helpbrowser minesweep core/opieplayer \ |
31 | filebrowser helpbrowser minesweep core/opieplayer \ |
31 | settings/light-and-power \ |
32 | settings/light-and-power \ |
32 | settings/language \ |
33 | settings/language \ |
33 | settings/rotation \ |
34 | settings/rotation \ |
34 | settings/appearance \ |
35 | settings/appearance \ |
|