summaryrefslogtreecommitdiff
path: root/slideshow/Library_OGLTrans.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-30 18:47:55 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-17 14:43:29 +0200
commit2ef73ac0e45adb283a6cff2645bddd53aa6b3d70 (patch)
tree9b3d1027c5a20f48f5783e4bf1d523ba166e02f2 /slideshow/Library_OGLTrans.mk
parent6813470ad0f8ed4a87ed296d8d35e6857f10bf15 (diff)
remove all traces of offuh from makefiles
Diffstat (limited to 'slideshow/Library_OGLTrans.mk')
-rw-r--r--slideshow/Library_OGLTrans.mk6
1 files changed, 5 insertions, 1 deletions
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 \