summaryrefslogtreecommitdiff
path: root/vcl/Library_desktop_detector.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-30 18:47:58 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-18 11:29:28 +0200
commit254cb2dc95c29e0ddf250db5daf775f9897f5790 (patch)
treef2fa9a01ebd1019c16ec5d8a3aab0ffa9bcf4c49 /vcl/Library_desktop_detector.mk
parent0e6ab013f7def9891c2e982bec76458a64953c20 (diff)
remove all traces of offuh from makefiles
Diffstat (limited to 'vcl/Library_desktop_detector.mk')
-rw-r--r--vcl/Library_desktop_detector.mk6
1 files changed, 5 insertions, 1 deletions
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 \