author | sandman <sandman> | 2002-06-24 17:10:38 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-06-24 17:10:38 (UTC) |
commit | 818a4dd8ec2a7c4c5cef5770ada2e5af4866a31b (patch) (unidiff) | |
tree | 306cba4e5cee00e8f5fd48314eb3157f7d3f429d | |
parent | f284f40fe5912736666a56143705f260d14feb34 (diff) | |
download | opie-818a4dd8ec2a7c4c5cef5770ada2e5af4866a31b.zip opie-818a4dd8ec2a7c4c5cef5770ada2e5af4866a31b.tar.gz opie-818a4dd8ec2a7c4c5cef5770ada2e5af4866a31b.tar.bz2 |
Enabled liquid style in Makefile
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -46,12 +46,14 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | |||
46 | noncore/settings/mediummount \ | 46 | noncore/settings/mediummount \ |
47 | noncore/settings/tabmanager noncore/settings/appskey | 47 | noncore/settings/tabmanager noncore/settings/appskey |
48 | 48 | ||
49 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 49 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
50 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm | 50 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
51 | 51 | ||
52 | NONCORESTYLES = noncore/styles/liquid | ||
53 | |||
52 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 54 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
53 | noncore/games/tetrix noncore/games/wordgame \ | 55 | noncore/games/tetrix noncore/games/wordgame \ |
54 | noncore/games/parashoot noncore/games/snake \ | 56 | noncore/games/parashoot noncore/games/snake \ |
55 | noncore/games/mindbreaker \ | 57 | noncore/games/mindbreaker \ |
56 | noncore/games/go noncore/games/qasteroids \ | 58 | noncore/games/go noncore/games/qasteroids \ |
57 | noncore/games/fifteen noncore/games/tictac \ | 59 | noncore/games/fifteen noncore/games/tictac \ |
@@ -68,13 +70,13 @@ NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | |||
68 | 70 | ||
69 | 71 | ||
70 | NONCOMM = noncore/comm/keypebble | 72 | NONCOMM = noncore/comm/keypebble |
71 | 73 | ||
72 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 74 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
73 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 75 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
74 | $(NONCORESETTINGS) $(NONCORETOOLS) \ | 76 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
75 | $(NONAPPS) $(NONNET) $(NONMULT) \ | 77 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
76 | $(NONCOMM) $(GAMES) | 78 | $(NONCOMM) $(GAMES) |
77 | 79 | ||
78 | 80 | ||
79 | 81 | ||
80 | NONTMAKEAPPS := ipaq/opiealarm | 82 | NONTMAKEAPPS := ipaq/opiealarm |