summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: