diff options
author | David Tardon <dtardon@redhat.com> | 2012-09-23 18:06:49 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-23 18:06:49 +0200 |
commit | 22371e3aa8707803543592e81edecff6db8aac7f (patch) | |
tree | 5548ddfc04baf91b209e7a185e84b9c02caf4baf /clucene | |
parent | a55274831642677dae591ac5de75849619e3ec64 (diff) |
fix dep on clucene headers
Change-Id: I1a644dabdd5404645450541ab6a7a94aaf61658d
Diffstat (limited to 'clucene')
-rw-r--r-- | clucene/Library_clucene.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clucene/Library_clucene.mk b/clucene/Library_clucene.mk index d8874c479219..39ef5ca79b34 100644 --- a/clucene/Library_clucene.mk +++ b/clucene/Library_clucene.mk @@ -29,7 +29,7 @@ $(eval $(call gb_Library_Library,clucene)) $(eval $(call gb_Library_use_external,clucene,zlib)) -$(eval $(call gb_Library_use_package,clucene,clucene_source)) +$(eval $(call gb_Library_use_package,clucene,clucene_inc)) $(eval $(call gb_Library_use_unpacked,clucene,clucene)) |