author | harlekin <harlekin> | 2002-08-04 19:35:28 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-08-04 19:35:28 (UTC) |
commit | 7bf26dd95a7bd434edc8dd5e001d8ac490f67dc3 (patch) (side-by-side diff) | |
tree | efd4b9ac79f99e5a0feb4ef5cdb0b0a5c5ee42b9 /Makefile | |
parent | c6d8cb36aac8cd8a8adb8eb21e5ff05e8cf21d34 (diff) | |
download | opie-7bf26dd95a7bd434edc8dd5e001d8ac490f67dc3.zip opie-7bf26dd95a7bd434edc8dd5e001d8ac490f67dc3.tar.gz opie-7bf26dd95a7bd434edc8dd5e001d8ac490f67dc3.tar.bz2 |
wirelessapplet added
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,25 +7,26 @@ LIBS=library libopie INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ inputmethods/handwriting inputmethods/unikeyboard \ inputmethods/jumpx inputmethods/kjumpx \ inputmethods/dvorak APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ core/applets/irdaapplet core/applets/volumeapplet \ core/applets/clockapplet core/applets/netmonapplet \ core/applets/screenshotapplet core/applets/clipboardapplet \ core/applets/cardmon core/applets/obex \ core/applets/vmemo noncore/net/netsetup/dialup \ - noncore/net/netsetup/lan + noncore/net/netsetup/lan \ + noncore/applets/wirelessapplet 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 \ |