author | sandman <sandman> | 2002-06-29 23:52:07 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-06-29 23:52:07 (UTC) |
commit | cb796c20c975cc5fe08a98d5ad90b6652fd3938d (patch) (unidiff) | |
tree | 0ee1865c960c98ce18bd49d15f5d12290ab05f42 | |
parent | 769df90a59d6aa840b8d6568287001e66e263f01 (diff) | |
download | opie-cb796c20c975cc5fe08a98d5ad90b6652fd3938d.zip opie-cb796c20c975cc5fe08a98d5ad90b6652fd3938d.tar.gz opie-cb796c20c975cc5fe08a98d5ad90b6652fd3938d.tar.bz2 |
My last commit was an accident -- this is the correction
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |