summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-07 23:59:00 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-08 17:49:56 +0200
commit90ad80e3a4306600bb4ee6b6793131dbcfbfe203 (patch)
treeeb993f7293c3245779394aa4938bf438004a8d91
parent28cde0c9ab8e34be4084c0f7494195877b66ceab (diff)
mythes: stop delivering headers
Change-Id: I10a9e7836ce648a0f789be479a7c90bbff592b37
-rw-r--r--RepositoryExternal.mk4
-rw-r--r--mythes/ExternalPackage_mythes.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 2bda818dc556..58661927a32c 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -422,6 +422,10 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
))
define gb_LinkTarget__use_mythes
+$(call gb_LinkTarget_set_include,$(1),\
+ -I$(call gb_UnpackedTarball_get_dir,mythes) \
+ $$(INCLUDE) \
+)
$(call gb_LinkTarget_use_package,$(1),\
mythes \
)
diff --git a/mythes/ExternalPackage_mythes.mk b/mythes/ExternalPackage_mythes.mk
index 9935661c941d..cd8907ccede8 100644
--- a/mythes/ExternalPackage_mythes.mk
+++ b/mythes/ExternalPackage_mythes.mk
@@ -17,8 +17,4 @@ $(eval $(call gb_ExternalPackage_add_file,mythes,lib/libmythes.a,.libs/libmythes
endif
-$(eval $(call gb_ExternalPackage_add_unpacked_files,mythes,inc,\
- mythes.hxx \
-))
-
# vim: set noet sw=4 ts=4: