summaryrefslogtreecommitdiff
path: root/starmath/Library_smd.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-21 12:47:51 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 12:47:51 +0200
commit78b298eba8bb9d99361bac845fa1b042db2d06a6 (patch)
tree884dc73d02d87dc357f7482fa2aa2f82e36998e6 /starmath/Library_smd.mk
parent531c1e2455f418817079bfecbfa00f5164b2360d (diff)
Add missing-files to starmath libraries
Diffstat (limited to 'starmath/Library_smd.mk')
-rw-r--r--starmath/Library_smd.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk
index d1596e796096..5653614c956b 100644
--- a/starmath/Library_smd.mk
+++ b/starmath/Library_smd.mk
@@ -43,7 +43,6 @@ $(eval $(call gb_Library_add_linked_libs,smd,\
cppuhelper \
sal \
sfx \
- sm \
sot \
svl \
svt \
@@ -54,7 +53,9 @@ $(eval $(call gb_Library_add_linked_libs,smd,\
))
$(eval $(call gb_Library_add_exception_objects,smd,\
+ starmath/source/detreg \
starmath/source/smdetect \
+ starmath/source/eqnolefilehdr \
))
# vim: set noet sw=4 ts=4: