-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -51,2 +51,4 @@ NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ +NONCORESTYLES = noncore/styles/liquid + GAMES = noncore/games/minesweep noncore/games/solitaire \ @@ -73,3 +75,3 @@ APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ $(COREMULTIMEDIA) $(CORESETTINGS) \ - $(NONCORESETTINGS) $(NONCORETOOLS) \ + $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ $(NONAPPS) $(NONNET) $(NONMULT) \ |