summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9bcad17..6170ab2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,35 +1,35 @@
1indefault: dynamic 1indefault: dynamic
2 2
3all: default docs 3all: default docs
4 4
5LIBS=library libopie 5LIBS=library libopie
6 6
7 7
8INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ 8INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \
9 inputmethods/handwriting inputmethods/unikeyboard \ 9 inputmethods/handwriting inputmethods/unikeyboard \
10 inputmethods/jumpx inputmethods/kjumpx \ 10 inputmethods/jumpx inputmethods/kjumpx \
11 inputmethods/dvorak 11 inputmethods/dvorak inputmethods/multikey \
12 12
13APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ 13APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \
14 core/applets/irdaapplet core/applets/volumeapplet \ 14 core/applets/irdaapplet core/applets/volumeapplet \
15 core/applets/clockapplet core/applets/netmonapplet \ 15 core/applets/clockapplet core/applets/netmonapplet \
16 core/applets/screenshotapplet core/applets/clipboardapplet \ 16 core/applets/screenshotapplet core/applets/clipboardapplet \
17 core/applets/cardmon core/applets/obex \ 17 core/applets/cardmon core/applets/obex \
18 core/applets/vmemo noncore/net/netsetup/dialup \ 18 core/applets/vmemo noncore/net/netsetup/dialup \
19 noncore/net/netsetup/lan \ 19 noncore/net/netsetup/lan \
20 noncore/applets/wirelessapplet 20 noncore/applets/wirelessapplet
21 21
22MAIL= noncore/mail/libmail noncore/mail/bend 22MAIL= noncore/mail/libmail noncore/mail/bend
23 23
24PLAYER = core/multimedia/opieplayer/libmpeg3 \ 24PLAYER = core/multimedia/opieplayer/libmpeg3 \
25 core/multimedia/opieplayer/libmad \ 25 core/multimedia/opieplayer/libmad \
26 core/multimedia/opieplayer/wavplugin \ 26 core/multimedia/opieplayer/wavplugin \
27 core/multimedia/opieplayer/modplug 27 core/multimedia/opieplayer/modplug
28 28
29 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) 29 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
30 30
31 31
32PIMAPPS = core/pim/addressbook core/pim/datebook \ 32PIMAPPS = core/pim/addressbook core/pim/datebook \
33 core/pim/today core/pim/todo 33 core/pim/today core/pim/todo
34 34
35COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ 35COREAPPS = core/apps/filebrowser core/apps/helpbrowser \