author | kergoth <kergoth> | 2002-12-16 20:34:55 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-12-16 20:34:55 (UTC) |
commit | 05ee76167ad314aea710966e7c93b124da252a95 (patch) (side-by-side diff) | |
tree | b2b9d625632bccd6be1dfa8da9506a7cfdd5e569 | |
parent | f23f43f002c18f62e8decb22476a33407b8e017f (diff) | |
download | opie-05ee76167ad314aea710966e7c93b124da252a95.zip opie-05ee76167ad314aea710966e7c93b124da252a95.tar.gz opie-05ee76167ad314aea710966e7c93b124da252a95.tar.bz2 |
undo a miscommit
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,41 +1,41 @@ hehindefault: dynamic all: default docs LIBS=library libopie INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ inputmethods/handwriting inputmethods/unikeyboard \ inputmethods/jumpx inputmethods/kjumpx \ inputmethods/dvorak inputmethods/multikey \ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ core/applets/irdaapplet core/applets/volumeapplet \ core/applets/clockapplet \ core/applets/homeapplet core/applets/suspendapplet \ - core/applets/logoutapplet core/applets/runapplet \ + 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 \ |