diff options
Diffstat (limited to 'scp2/InstallModule_math.mk')
-rw-r--r-- | scp2/InstallModule_math.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scp2/InstallModule_math.mk b/scp2/InstallModule_math.mk index 57f5c2d5e9b8..e25c25e3f388 100644 --- a/scp2/InstallModule_math.mk +++ b/scp2/InstallModule_math.mk @@ -9,6 +9,8 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/math)) +$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/math,math)) + $(eval $(call gb_InstallModule_add_templates,scp2/math,\ scp2/source/templates/module_langpack_math \ )) |