author | kergoth <kergoth> | 2002-12-13 23:34:39 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-12-13 23:34:39 (UTC) |
commit | 62b2bfc27b308fa977affc15270c6af6d2c7f064 (patch) (side-by-side diff) | |
tree | 5cf2b1b6c90d1572b5371979ecb0d375f65cf4ce /Makefile | |
parent | 46888759da1aea08ef4b5ebdbaee7c10faaecc70 (diff) | |
download | opie-62b2bfc27b308fa977affc15270c6af6d2c7f064.zip opie-62b2bfc27b308fa977affc15270c6af6d2c7f064.tar.gz opie-62b2bfc27b308fa977affc15270c6af6d2c7f064.tar.bz2 |
moved netmon applet to unsupported
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,41 +1,41 @@ -indefault: dynamic +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/netmonapplet \ + core/applets/clockapplet \ core/applets/homeapplet core/applets/suspendapplet \ - core/applets/logoutapplet \ + core/applets/logoutapplet core/applets/runapplet \ 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 \ |