From 254cb2dc95c29e0ddf250db5daf775f9897f5790 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 30 May 2011 18:47:58 +0200 Subject: remove all traces of offuh from makefiles --- vcl/Library_desktop_detector.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'vcl/Library_desktop_detector.mk') diff --git a/vcl/Library_desktop_detector.mk b/vcl/Library_desktop_detector.mk index c7e1cd087d4e..7a34ee739461 100644 --- a/vcl/Library_desktop_detector.mk +++ b/vcl/Library_desktop_detector.mk @@ -36,7 +36,6 @@ $(eval $(call gb_Library_set_include,desktop_detector,\ -I$(realpath $(SRCDIR)/vcl/inc) \ -I$(realpath $(SRCDIR)/vcl/inc/pch) \ -I$(SRCDIR)/solenv/inc \ - -I$(OUTDIR)/inc/offuh \ -I$(OUTDIR)/inc \ )) @@ -45,6 +44,11 @@ $(eval $(call gb_Library_set_defs,desktop_detector,\ -DDESKTOP_DETECTOR_IMPLEMENTATION \ )) +$(eval $(call gb_Library_add_api,desktop_detector,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,desktop_detector,\ vcl \ tl \ -- cgit