summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/freetype/src/autofit/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/freetype/src/autofit/module.mk')
-rw-r--r--src/3rdparty/freetype/src/autofit/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/freetype/src/autofit/module.mk b/src/3rdparty/freetype/src/autofit/module.mk
index 4a386ce66..6ec60912a 100644
--- a/src/3rdparty/freetype/src/autofit/module.mk
+++ b/src/3rdparty/freetype/src/autofit/module.mk
@@ -16,7 +16,7 @@
FTMODULE_H_COMMANDS += AUTOFIT_MODULE
define AUTOFIT_MODULE
-$(OPEN_DRIVER)autofit_module_class$(CLOSE_DRIVER)
+$(OPEN_DRIVER) FT_Module_Class, autofit_module_class $(CLOSE_DRIVER)
$(ECHO_DRIVER)autofit $(ECHO_DRIVER_DESC)automatic hinting module$(ECHO_DRIVER_DONE)
endef