author | sandman <sandman> | 2002-11-24 18:40:29 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-11-24 18:40:29 (UTC) |
commit | 30151dca910f07170cd4773b9e440c37d53d500e (patch) (side-by-side diff) | |
tree | a1f22bd60bf6aa5107fd02157f718a1cf381b01a /Makefile | |
parent | 75cf5d2277d66f533167bcb2e3b6f0eee2424d96 (diff) | |
download | opie-30151dca910f07170cd4773b9e440c37d53d500e.zip opie-30151dca910f07170cd4773b9e440c37d53d500e.tar.gz opie-30151dca910f07170cd4773b9e440c37d53d500e.tar.bz2 |
- added the new preload lib to the main Makefile
- added the new preload lib to the launcher ipk control file
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,64 +17,65 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ core/applets/logoutapplet \ core/applets/screenshotapplet core/applets/clipboardapplet \ core/applets/cardmon core/applets/obex \ core/applets/vmemo \ noncore/net/networksetup/interfaces \ noncore/net/networksetup/wlan \ noncore/applets/wirelessapplet noncore/applets/notesapplet MAIL= noncore/mail/libmail noncore/mail/bend PLAYER = core/multimedia/opieplayer/libmpeg3 \ core/multimedia/opieplayer/libmad \ core/multimedia/opieplayer/wavplugin \ core/multimedia/opieplayer/modplug COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) PIMAPPS = core/pim/addressbook core/pim/datebook \ core/pim/today core/pim/todo TODAYPLUGINS = core/pim/today/plugins/datebook \ core/pim/today/plugins/todolist \ core/pim/today/plugins/mail \ noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ noncore/todayplugins/fortune \ noncore/todayplugins/weather COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ core/apps/textedit core/apps/embeddedkonsole \ core/launcher \ + core/launcher/libpreload \ core/opie-login \ core/apps/oipkg core/apps/qcop COREMULTIMEDIA = core/multimedia/opieplayer CORESETTINGS = core/settings/light-and-power core/settings/security \ noncore/settings/netsystemtime core/settings/citytime \ core/settings/launcher NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ noncore/settings/appearance2 noncore/settings/sound \ noncore/settings/mediummount \ noncore/settings/tabmanager noncore/settings/appskey \ noncore/settings/sshkeys noncore/settings/usermanager \ noncore/settings/backup NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ noncore/tools/formatter NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ noncore/styles/flat noncore/styles/fresh NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ noncore/decorations/polished GAMES = noncore/games/minesweep noncore/games/solitaire \ noncore/games/tetrix noncore/games/wordgame \ noncore/games/parashoot noncore/games/snake \ noncore/games/mindbreaker \ noncore/games/go noncore/games/qasteroids \ noncore/games/fifteen noncore/games/tictac \ |