author | llornkcor <llornkcor> | 2002-10-21 00:41:52 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-21 00:41:52 (UTC) |
commit | 10a7608882119da90d5c294f75cbbc09bba3ca4a (patch) (side-by-side diff) | |
tree | dbfc3be2ebee9b594b00495e62275741b5a62578 | |
parent | 91171c4d5508ebf151dab551d5db3c1e87465d54 (diff) | |
download | opie-10a7608882119da90d5c294f75cbbc09bba3ca4a.zip opie-10a7608882119da90d5c294f75cbbc09bba3ca4a.tar.gz opie-10a7608882119da90d5c294f75cbbc09bba3ca4a.tar.bz2 |
added freetype plugin
-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) |