From b795ca330fe8d8927bc24f16df7f80612884c492 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 30 May 2011 18:48:02 +0200 Subject: remove all traces of offuh from makefiles --- starmath/Library_smd.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'starmath/Library_smd.mk') 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 \ -- cgit