Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/Makefile b/Makefile index cdfdc36..cc31796 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -3,24 +3,25 @@ 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/kjumpx \ |
12 | inputmethods/kjumpx \ |
13 | inputmethods/dvorak \ |
13 | inputmethods/dvorak \ |
14 | launcher/batteryapplet \ |
14 | launcher/batteryapplet \ |
| |
15 | launcher/batteryapplet-ipaq \ |
15 | launcher/irdaapplet \ |
16 | launcher/irdaapplet \ |
16 | launcher/volumeapplet \ |
17 | launcher/volumeapplet \ |
17 | launcher/clockapplet \ |
18 | launcher/clockapplet \ |
18 | launcher/netmonapplet \ |
19 | launcher/netmonapplet \ |
19 | launcher/screenshotapplet \ |
20 | launcher/screenshotapplet \ |
20 | launcher/clipboardapplet \ |
21 | launcher/clipboardapplet \ |
21 | launcher/cardmon \ |
22 | launcher/cardmon \ |
22 | launcher/obex \ |
23 | launcher/obex \ |
23 | launcher/vmemo \ |
24 | launcher/vmemo \ |
24 | netsetup/dialup \ |
25 | netsetup/dialup \ |
25 | netsetup/lan \ |
26 | netsetup/lan \ |
26 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
27 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
|