Unidiff1 files changed, 2 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index bce4ccd..175158e 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -60,7 +60,8 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
60 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
60 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
61 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
61 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
62 | |
62 | |
63 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal |
63 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ |
| |
64 | noncore/styles/flat noncore/styles/fresh |
64 | |
65 | |
65 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
66 | NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ |
66 | noncore/decorations/polished |
67 | noncore/decorations/polished |
|