author | sandman <sandman> | 2002-06-30 00:33:23 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-06-30 00:33:23 (UTC) |
commit | 1f9e13bb2d287a2495e2cbb0f8be0f53c883eae2 (patch) (unidiff) | |
tree | 5622bf2302e4f7754c0f21276c4d0b4b66986eae | |
parent | 2e3c599f9b2498ecd9c2332d38a0ae293954b570 (diff) | |
download | opie-1f9e13bb2d287a2495e2cbb0f8be0f53c883eae2.zip opie-1f9e13bb2d287a2495e2cbb0f8be0f53c883eae2.tar.gz opie-1f9e13bb2d287a2495e2cbb0f8be0f53c883eae2.tar.bz2 |
Enabled the Theme style in the main Makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |