-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -95,2 +95,4 @@ NONCOMM = noncore/comm/keypebble +PLUGINS = freetype + APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ @@ -99,3 +101,3 @@ APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ - $(NONCOMM) $(GAMES) $(TODAYPLUGINS) + $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |