Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 1370f24..132f9a9 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -1,21 +1,21 @@ |
1 | default: dynamic |
1 | default: dynamic |
2 | |
2 | |
3 | all: default docs |
3 | all: default docs |
4 | |
4 | |
5 | LIBS=library |
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 | taskbar/batteryapplet \ |
13 | taskbar/batteryapplet \ |
14 | taskbar/volumeapplet \ |
14 | taskbar/volumeapplet \ |
15 | taskbar/clockapplet \ |
15 | taskbar/clockapplet \ |
16 | taskbar/netmonapplet \ |
16 | taskbar/netmonapplet \ |
17 | taskbar/screenshotapplet \ |
17 | taskbar/screenshotapplet \ |
18 | taskbar/vmemo \ |
18 | taskbar/vmemo \ |
19 | netsetup/dialup \ |
19 | netsetup/dialup \ |
20 | netsetup/lan \ |
20 | netsetup/lan \ |
21 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
21 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
|