diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-30 18:48:02 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-18 11:31:16 +0200 |
commit | b795ca330fe8d8927bc24f16df7f80612884c492 (patch) | |
tree | c1c792f6f40edc3440d2c0a5f0d925ad7ccc26e7 /starmath/Library_smd.mk | |
parent | 185a80eb7191151ea0a2d619272a1c78e2d4a9c1 (diff) |
remove all traces of offuh from makefiles
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 538f92104d56..48894136604f 100644 --- a/starmath/Library_smd.mk +++ b/starmath/Library_smd.mk @@ -30,7 +30,6 @@ $(eval $(call gb_Library_set_include,smd,\ -I$(realpath $(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 \ |