diff options
Diffstat (limited to 'starmath/Library_smd.mk')
-rw-r--r-- | starmath/Library_smd.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk index 2a0016e106ff..843463ab4441 100644 --- a/starmath/Library_smd.mk +++ b/starmath/Library_smd.mk @@ -30,7 +30,6 @@ $(eval $(call gb_Library_set_include,smd,\ -I$(SRCDIR)/starmath/inc \ -I$(WORKDIR)/Misc/sm/ \ $$(INCLUDE) \ - -I$(OUTDIR)/inc/offuh \ -I$(OUTDIR)/inc \ )) @@ -38,6 +37,11 @@ $(eval $(call gb_Library_set_defs,smd,\ $$(DEFS) \ )) +$(eval $(call gb_Library_add_api,smd,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,smd,\ cppu \ cppuhelper \ |