summaryrefslogtreecommitdiff
path: root/Makefile
Unidiff
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7cebfee..7814984 100644
--- a/Makefile
+++ b/Makefile
@@ -93,11 +93,13 @@ NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
93 93
94NONCOMM = noncore/comm/keypebble 94NONCOMM = noncore/comm/keypebble
95 95
96PLUGINS = freetype
97
96APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 98APPS=$(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