Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 1e60978..66c3fe4 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -21,13 +21,13 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ |
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 | |
26 | |
27 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
27 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) # $(PLAYER) |
28 | |
28 | |
29 | |
29 | |
30 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
30 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
31 | core/pim/today core/pim/todo |
31 | core/pim/today core/pim/todo |
32 | |
32 | |
33 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
33 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
|