Unidiff1 files changed, 3 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 7cebfee..7814984 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -95,2 +95,4 @@ NONCOMM = noncore/comm/keypebble |
95 | |
95 | |
| |
96 | PLUGINS = freetype |
| |
97 | |
96 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
98 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
@@ -99,3 +101,3 @@ APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
99 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
101 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
100 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |
102 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
101 | |
103 | |
|