summaryrefslogtreecommitdiff
path: root/Makefile
authorllornkcor <llornkcor>2002-10-21 00:41:52 (UTC)
committer llornkcor <llornkcor>2002-10-21 00:41:52 (UTC)
commit10a7608882119da90d5c294f75cbbc09bba3ca4a (patch) (side-by-side diff)
treedbfc3be2ebee9b594b00495e62275741b5a62578 /Makefile
parent91171c4d5508ebf151dab551d5db3c1e87465d54 (diff)
downloadopie-10a7608882119da90d5c294f75cbbc09bba3ca4a.zip
opie-10a7608882119da90d5c294f75cbbc09bba3ca4a.tar.gz
opie-10a7608882119da90d5c294f75cbbc09bba3ca4a.tar.bz2
added freetype plugin
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 \
NONCOMM = noncore/comm/keypebble
+PLUGINS = freetype
+
APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
$(COREMULTIMEDIA) $(CORESETTINGS) \
$(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
$(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \
- $(NONCOMM) $(GAMES) $(TODAYPLUGINS)
+ $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS)