author | kergoth <kergoth> | 2002-04-24 22:55:36 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-04-24 22:55:36 (UTC) |
commit | 26d2eaa54161d16521cfc7b2866dd8f14fe54b42 (patch) (side-by-side diff) | |
tree | 88394bfcaf8c5139533acb105ed7f08ec2fde820 | |
parent | a12408cb8191addfaf613ec7caeb270d74428bad (diff) | |
download | opie-26d2eaa54161d16521cfc7b2866dd8f14fe54b42.zip opie-26d2eaa54161d16521cfc7b2866dd8f14fe54b42.tar.gz opie-26d2eaa54161d16521cfc7b2866dd8f14fe54b42.tar.bz2 |
Added wlansetup.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,49 +16,49 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ launcher/clockapplet \ launcher/netmonapplet \ launcher/screenshotapplet \ launcher/vmemo \ netsetup/dialup \ netsetup/lan \ opiemail/ifaces/pop3 opiemail/ifaces/smtp \ core/opieplayer/libmpeg3 \ core/opieplayer/libmad \ core/opieplayer/wavplugin \ cardmon \ sdmon APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ filebrowser helpbrowser minesweep core/opieplayer \ settings/light-and-power \ settings/language \ settings/rotation \ settings/appearance \ settings/security \ settings/sound \ settings/systemtime \ solitaire spreadsheet tetrix textedit \ todo wordgame embeddedkonsole launcher sysinfo \ - parashoot snake citytime showimg netsetup tableviewer \ + parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ noncore/kpacman noncore/advancedfm noncore/kbill NONTMAKEAPPS := noncore/nethack DOCS = docs/src/opie-policy single: mpegplayer/libmpeg3 dynamic: $(APPS) $(NONTMAKEAPPS) docs: $(DOCS) $(COMPONENTS): $(LIBS) $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: $(MAKE) -C $@ -f Makefile showcomponents: @echo $(LIBS) $(APPS) $(COMPONENTS) single clean: |