Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/Makefile b/Makefile index 580203a..f6f13a6 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -1,23 +1,24 @@ |
1 | default: dynamic |
1 | default: dynamic |
2 | |
2 | |
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/dvorak \ |
13 | inputmethods/dvorak \ |
13 | launcher/batteryapplet \ |
14 | launcher/batteryapplet \ |
14 | launcher/irdaapplet \ |
15 | launcher/irdaapplet \ |
15 | launcher/volumeapplet \ |
16 | launcher/volumeapplet \ |
16 | launcher/clockapplet \ |
17 | launcher/clockapplet \ |
17 | launcher/netmonapplet \ |
18 | launcher/netmonapplet \ |
18 | launcher/screenshotapplet \ |
19 | launcher/screenshotapplet \ |
19 | launcher/clipboardapplet \ |
20 | launcher/clipboardapplet \ |
20 | launcher/cardmon \ |
21 | launcher/cardmon \ |
21 | launcher/vmemo \ |
22 | launcher/vmemo \ |
22 | netsetup/dialup \ |
23 | netsetup/dialup \ |
23 | netsetup/lan \ |
24 | netsetup/lan \ |
|