summaryrefslogtreecommitdiffstats
path: root/hwpfilter/Library_hwp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/Library_hwp.mk')
-rw-r--r--hwpfilter/Library_hwp.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/hwpfilter/Library_hwp.mk b/hwpfilter/Library_hwp.mk
index 87fef9fa66de..ee337a47a2a7 100644
--- a/hwpfilter/Library_hwp.mk
+++ b/hwpfilter/Library_hwp.mk
@@ -32,7 +32,11 @@ $(eval $(call gb_Library_add_precompiled_header,hwp,$(SRCDIR)/hwpfilter/inc/pch/
$(eval $(call gb_Library_set_include,hwp,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/hwpfilter/inc/pch) \
- -I$(OUTDIR)/inc/offuh \
+))
+
+$(eval $(call gb_Library_add_api,hwp,\
+ offapi \
+ udkapi \
))
$(eval $(call gb_Library_add_linked_libs,hwp,\
@@ -49,6 +53,7 @@ ifeq ($(OS),WNT)
$(eval $(call gb_Library_add_linked_libs,hwp,\
ole32 \
+ user32 \
uuid \
))