summaryrefslogtreecommitdiff
path: root/hwpfilter/Library_hwp.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:38:50 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:38:50 +0200
commit112be98c928c38c5cc63c99e86e0b58b8d2dfe29 (patch)
tree053e3d7dfa670c6c1924d4095d9cfbe622b4b5ba /hwpfilter/Library_hwp.mk
parent03e6f1338cc18d047582fdb22787ebf0f693d8a2 (diff)
parentd90e0b5999ff65ab9bceb4cbd5ecbd5af232ac3b (diff)
resyncing to master
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 \
))