author | llornkcor <llornkcor> | 2002-07-20 22:09:46 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-07-20 22:09:46 (UTC) |
commit | 4d40f42f97ef4a69c163828a9130a943ce840d56 (patch) (unidiff) | |
tree | 865ea26c0b1fadae712f71aaed7676f2f4831397 /Makefile | |
parent | 2342d48be31847e7ead9d1cc682452e8f0122351 (diff) | |
download | opie-4d40f42f97ef4a69c163828a9130a943ce840d56.zip opie-4d40f42f97ef4a69c163828a9130a943ce840d56.tar.gz opie-4d40f42f97ef4a69c163828a9130a943ce840d56.tar.bz2 |
added modplugin
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,33 +9,34 @@ INPUTCOMPONENTS= 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 |
12 | 12 | ||
13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ | 13 | APPLETS= 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 | 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 \ |
34 | core/apps/textedit core/apps/embeddedkonsole \ | 35 | core/apps/textedit core/apps/embeddedkonsole \ |
35 | core/launcher \ | 36 | core/launcher \ |
36 | core/apps/oipkg core/apps/qcop | 37 | core/apps/oipkg core/apps/qcop |
37 | 38 | ||
38 | COREMULTIMEDIA = core/multimedia/opieplayer | 39 | COREMULTIMEDIA = core/multimedia/opieplayer |
39 | 40 | ||
40 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 41 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
41 | core/settings/systemtime core/settings/citytime \ | 42 | core/settings/systemtime core/settings/citytime \ |