summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-07 23:47:27 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-08 17:49:56 +0200
commit28cde0c9ab8e34be4084c0f7494195877b66ceab (patch)
tree516eb9cd326045aaccdb04f8bd46b0b2e899d4ce /RepositoryExternal.mk
parent8db0275b2645c5cf745aaa4b9f9bd9c11cf11607 (diff)
clucene: remove ExternalPackage_clucene
Change-Id: Ib120919cf3810eeba8332dd572af73c0f4979922
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index deb040621226..2bda818dc556 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2006,6 +2006,13 @@ endef
else # !SYSTEM_CLUCENE
define gb_LinkTarget__use_clucene
+$(call gb_LinkTarget_set_include,$(1),\
+ -I$(call gb_UnpackedTarball_get_dir,clucene)/src/core \
+ -I$(call gb_UnpackedTarball_get_dir,clucene)/src/shared \
+ -I$(call gb_UnpackedTarball_get_dir,clucene)/src/contribs-lib \
+ $$(INCLUDE) \
+)
+
$(call gb_LinkTarget_use_libraries,$(1),\
clucene \
)