author | harlekin <harlekin> | 2002-10-17 20:38:39 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-10-17 20:38:39 (UTC) |
commit | 1acda09af779926cc0756d5e5cdf4a67b9dece98 (patch) (side-by-side diff) | |
tree | 0a7c96794e94414d26ec7071a08307bbc8a72a01 | |
parent | 4e59b9d1a31a8805a6926a332b3a37e33c671e89 (diff) | |
download | opie-1acda09af779926cc0756d5e5cdf4a67b9dece98.zip opie-1acda09af779926cc0756d5e5cdf4a67b9dece98.tar.gz opie-1acda09af779926cc0756d5e5cdf4a67b9dece98.tar.bz2 |
opie-console added
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -67,33 +67,34 @@ NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal 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 \ noncore/games/kcheckers noncore/games/kpacman \ noncore/games/kbill noncore/games/buzzword \ noncore/games/bounce NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ - noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ + noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ + noncore/apps/opie-console NONNET = noncore/net/networksetup \ noncore/net/opieftp \ noncore/mail NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ noncore/graphics/qpdf noncore/apps/confedit NONCOMM = noncore/comm/keypebble APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ $(COREMULTIMEDIA) $(CORESETTINGS) \ $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |