Unidiff1 files changed, 2 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index eeec56d..03bd1d8 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -17,17 +17,18 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ |
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 | |
20 | |
21 | MAIL= noncore/mail/libmail noncore/mail/bend |
21 | MAIL= noncore/mail/libmail noncore/mail/bend |
22 | |
22 | |
23 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
23 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
24 | core/multimedia/opieplayer/libmad \ |
24 | core/multimedia/opieplayer/libmad \ |
25 | core/multimedia/opieplayer/wavplugin |
25 | core/multimedia/opieplayer/wavplugin \ |
| |
26 | core/multimedia/opieplayer/modplug |
26 | |
27 | |
27 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
28 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
28 | |
29 | |
29 | |
30 | |
30 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
31 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
31 | core/pim/today core/pim/todo |
32 | core/pim/today core/pim/todo |
32 | |
33 | |
33 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
34 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
|