Unidiff1 files changed, 3 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 7cebfee..7814984 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -88,21 +88,23 @@ NONNET = noncore/net/networksetup \ |
88 | noncore/mail |
88 | noncore/mail |
89 | |
89 | |
90 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
90 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
91 | noncore/graphics/qpdf noncore/apps/confedit |
91 | noncore/graphics/qpdf noncore/apps/confedit |
92 | |
92 | |
93 | |
93 | |
94 | NONCOMM = noncore/comm/keypebble |
94 | NONCOMM = noncore/comm/keypebble |
95 | |
95 | |
| |
96 | PLUGINS = freetype |
| |
97 | |
96 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
98 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
97 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
99 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
98 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
100 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
99 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
101 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
100 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |
102 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
101 | |
103 | |
102 | |
104 | |
103 | |
105 | |
104 | NONTMAKEAPPS := ipaq/opiealarm |
106 | NONTMAKEAPPS := ipaq/opiealarm |
105 | |
107 | |
106 | DOCS = docs/src/opie-policy |
108 | DOCS = docs/src/opie-policy |
107 | single: mpegplayer/libmpeg3 |
109 | single: mpegplayer/libmpeg3 |
108 | |
110 | |
|