diff options
author | Werner Lemberg <wl@gnu.org> | 2006-01-28 10:38:15 +0000 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2006-01-28 10:38:15 +0000 |
commit | f6a25503c5eddc9bd2874af68bcfad3c8efdf000 (patch) | |
tree | 39cd9c3dcebbac932c9cc8545545316a0bde36fb /src/bdf | |
parent | 68a15ebbe4f61999368a72a2953e257513a3cbba (diff) |
* devel/ftoption.h: Synchronize with
include/freetype/config/ftoption.h.
* src/autofit/module.mk (add_autofit_module), src/bdf/module.mk
(add_bdf_module), src/type42/module.mk (add_type42_driver): Fix
whitespace.
* src/smooth/module.mk (add_smooth_renderer): Add lcd and lcdv
renderer classes.
Diffstat (limited to 'src/bdf')
-rw-r--r-- | src/bdf/module.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bdf/module.mk b/src/bdf/module.mk index 24115e75..94ac0403 100644 --- a/src/bdf/module.mk +++ b/src/bdf/module.mk @@ -2,7 +2,7 @@ # FreeType 2 BDF module definition # -# Copyright 2001, 2002 by +# Copyright 2001, 2002, 2006 by # Francesco Zappa Nardelli # # Permission is hereby granted, free of charge, to any person obtaining a copy @@ -27,5 +27,6 @@ make_module_list: add_bdf_driver add_bdf_driver: $(OPEN_DRIVER)bdf_driver_class$(CLOSE_DRIVER) - $(ECHO_DRIVER)bdf $(ECHO_DRIVER_DESC)bdf bitmap fonts$(ECHO_DRIVER_DONE) + $(ECHO_DRIVER)bdf $(ECHO_DRIVER_DESC)bdf bitmap fonts$(ECHO_DRIVER_DONE) +# EOF |