diff options
Diffstat (limited to 'starmath/Library_sm.mk')
-rw-r--r-- | starmath/Library_sm.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index 613a8cbdb7cd..2a7aeffcfb40 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -11,7 +11,7 @@ $(eval $(call gb_Library_Library,sm)) $(eval $(call gb_Library_add_sdi_headers,sm,starmath/sdi/smslots)) -$(eval $(call gb_Library_set_componentfile,sm,starmath/util/sm)) +$(eval $(call gb_Library_set_componentfile,sm,starmath/util/sm,services)) $(eval $(call gb_Library_set_precompiled_header,sm,starmath/inc/pch/precompiled_sm)) |