summaryrefslogtreecommitdiff
authorsandman <sandman>2002-06-28 12:24:33 (UTC)
committer sandman <sandman>2002-06-28 12:24:33 (UTC)
commitf53c07ae3b06b23c4d0ab414a73335096673685c (patch) (unidiff)
tree2759a858de1bad76ca0ffb960c22d0401d3626ac
parent2e7a7bfbdd71bf8c792fe28be91fcfb1a50f014a (diff)
downloadopie-f53c07ae3b06b23c4d0ab414a73335096673685c.zip
opie-f53c07ae3b06b23c4d0ab414a73335096673685c.tar.gz
opie-f53c07ae3b06b23c4d0ab414a73335096673685c.tar.bz2
Enabled liquid control panel in the Makefile
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 333d33f..1e60978 100644
--- a/Makefile
+++ b/Makefile
@@ -29,49 +29,49 @@ COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
29 29
30PIMAPPS = core/pim/addressbook core/pim/datebook \ 30PIMAPPS = core/pim/addressbook core/pim/datebook \
31 core/pim/today core/pim/todo 31 core/pim/today core/pim/todo
32 32
33COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ 33COREAPPS = core/apps/filebrowser core/apps/helpbrowser \
34 core/apps/textedit core/apps/embeddedkonsole \ 34 core/apps/textedit core/apps/embeddedkonsole \
35 core/launcher core/apps/sysinfo \ 35 core/launcher core/apps/sysinfo \
36 core/apps/oipkg core/apps/qcop 36 core/apps/oipkg core/apps/qcop
37 37
38COREMULTIMEDIA = core/multimedia/opieplayer 38COREMULTIMEDIA = core/multimedia/opieplayer
39 39
40CORESETTINGS = core/settings/light-and-power core/settings/security \ 40CORESETTINGS = core/settings/light-and-power core/settings/security \
41 core/settings/systemtime core/settings/citytime \ 41 core/settings/systemtime core/settings/citytime \
42 core/settings/wlansetup 42 core/settings/wlansetup
43 43
44NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ 44NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
45 noncore/settings/appearance noncore/settings/sound \ 45 noncore/settings/appearance noncore/settings/sound \
46 noncore/settings/mediummount \ 46 noncore/settings/mediummount \
47 noncore/settings/tabmanager noncore/settings/appskey \ 47 noncore/settings/tabmanager noncore/settings/appskey \
48 noncore/settings/netsystemtime 48 noncore/settings/netsystemtime
49 49
50NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 50NONCORETOOLS = 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
53NONCORESTYLES = noncore/styles/liquid 53NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings
54 54
55GAMES = noncore/games/minesweep noncore/games/solitaire \ 55GAMES = noncore/games/minesweep noncore/games/solitaire \
56 noncore/games/tetrix noncore/games/wordgame \ 56 noncore/games/tetrix noncore/games/wordgame \
57 noncore/games/parashoot noncore/games/snake \ 57 noncore/games/parashoot noncore/games/snake \
58 noncore/games/mindbreaker \ 58 noncore/games/mindbreaker \
59 noncore/games/go noncore/games/qasteroids \ 59 noncore/games/go noncore/games/qasteroids \
60 noncore/games/fifteen noncore/games/tictac \ 60 noncore/games/fifteen noncore/games/tictac \
61 noncore/games/kcheckers noncore/games/kpacman \ 61 noncore/games/kcheckers noncore/games/kpacman \
62 noncore/games/kbill 62 noncore/games/kbill
63 63
64NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ 64NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \
65 65
66NONNET = noncore/net/netsetup noncore/net/opieftp \ 66NONNET = noncore/net/netsetup noncore/net/opieftp \
67 noncore/mail 67 noncore/mail
68 68
69NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 69NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
70 noncore/graphics/qpdf 70 noncore/graphics/qpdf
71 71
72 72
73NONCOMM = noncore/comm/keypebble 73NONCOMM = noncore/comm/keypebble
74 74
75APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 75APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
76 $(COREMULTIMEDIA) $(CORESETTINGS) \ 76 $(COREMULTIMEDIA) $(CORESETTINGS) \
77 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 77 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \