summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-09-17 11:38:09 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:16:20 +0200
commitecf56eda2fa41a5bed01294670e82d61c0f98798 (patch)
tree3af09857e49e6a215c89392fbf0b5dc72467ce82 /starmath
parent778de55e0aa7dff3be5ac50dc20a552b2d5a5879 (diff)
make starmath's gbuild module name the same as dir
Otherwise make starmath.all does not work as expected. Change-Id: I747b7dd9f1cd6347d6fe8d5edbbb0dff079a253b
Diffstat (limited to 'starmath')
-rw-r--r--starmath/Module_starmath.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/Module_starmath.mk b/starmath/Module_starmath.mk
index cbee84545631..bb8663419e10 100644
--- a/starmath/Module_starmath.mk
+++ b/starmath/Module_starmath.mk
@@ -21,20 +21,20 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-$(eval $(call gb_Module_Module,sm))
+$(eval $(call gb_Module_Module,starmath))
-$(eval $(call gb_Module_add_targets,sm,\
+$(eval $(call gb_Module_add_targets,starmath,\
AllLangResTarget_sm \
Library_sm \
Library_smd \
Package_uiconfig \
))
-#$(eval $(call gb_Module_add_check_targets,sm,\
+#$(eval $(call gb_Module_add_check_targets,starmath,\
# CppunitTest_starmath_qa_cppunit \
#))
-$(eval $(call gb_Module_add_subsequentcheck_targets,sm,\
+$(eval $(call gb_Module_add_subsequentcheck_targets,starmath,\
JunitTest_starmath_unoapi \
))