From 2ef73ac0e45adb283a6cff2645bddd53aa6b3d70 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 30 May 2011 18:47:55 +0200 Subject: remove all traces of offuh from makefiles --- slideshow/Library_OGLTrans.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'slideshow/Library_OGLTrans.mk') diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk index 3a04c1e4fcce..eb34b01c4199 100644 --- a/slideshow/Library_OGLTrans.mk +++ b/slideshow/Library_OGLTrans.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_include,OGLTrans,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/slideshow/inc/pch) \ -I$(OUTDIR)/inc \ - -I$(OUTDIR)/inc/offuh \ )) ifeq ($(strip $(VERBOSE)),TRUE) @@ -50,6 +49,11 @@ $(eval $(call gb_Library_set_defs,OGLTrans,\ )) endif +$(eval $(call gb_Library_add_api,OGLTrans,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,OGLTrans,\ canvastools \ comphelper \ -- cgit