Unidiff1 files changed, 2 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 1e60978..1a22d79 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -50,7 +50,8 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
50 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
50 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
51 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
51 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
52 | |
52 | |
53 | NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings |
53 | NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings \ |
| |
54 | noncore/styles/theme noncore/styles/theme/settings |
54 | |
55 | |
55 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
56 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
56 | noncore/games/tetrix noncore/games/wordgame \ |
57 | noncore/games/tetrix noncore/games/wordgame \ |
|