diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-16 13:28:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-16 14:24:34 +0200 |
commit | db5c8c52ef816bd238bfd458b8d782a73f040ef3 (patch) | |
tree | 03380e1abbff7ead8f2c63a813ff5e129d1d88d6 /RepositoryExternal.mk | |
parent | acc7f61f45ec1a934f409d6f735728f540ea48f4 (diff) |
libwpd: stop delivering headers
Change-Id: Ic9209b5db0990bc9433d82ef95ca64179e888f51
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 9844a172197b..d80a22a29050 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -1479,6 +1479,10 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ )) define gb_LinkTarget__use_wpd +$(call gb_LinkTarget_set_include,$(1),\ + $(WPD_CFLAGS) \ + $$(INCLUDE) \ +) $(call gb_LinkTarget_use_package,$(1),\ libwpd \ ) |