-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -64,2 +64,5 @@ 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 \ @@ -90,3 +93,3 @@ APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ - $(NONAPPS) $(NONNET) $(NONMULT) \ + $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |