-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -59,12 +59,15 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm 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 \ @@ -85,13 +88,13 @@ NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ NONCOMM = noncore/comm/keypebble APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ $(COREMULTIMEDIA) $(CORESETTINGS) \ $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ - $(NONAPPS) $(NONNET) $(NONMULT) \ + $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ $(NONCOMM) $(GAMES) $(TODAYPLUGINS) NONTMAKEAPPS := ipaq/opiealarm |