diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-05-04 10:21:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-05-04 10:21:23 +0200 |
commit | e046c36776503f2dc934891412a8019c62530e03 (patch) | |
tree | 13486ce67277bd5283e7601538a82c7a30352db0 /RepositoryExternal.mk | |
parent | 92d5cd31d93ca30f97fab09304a59aa41268431e (diff) |
workdir/UnpackedTarball/libnumbertext/src/config.h is generated
...from workdir/UnpackedTarball/libnumbertext/src/config.h.in, and included via
lingucomponent/source/numbertext/numbertext.cxx ->
workdir/UnpackedTarball/libnumbertext/src/Numbertext.hxx
Change-Id: Idd007cf230b0c297c6dd692b1565336209a73ba8
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 299400174d2c..ce29fb744cfe 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -847,7 +847,7 @@ else $(call gb_LinkTarget_add_libs,$(1),\ $(call gb_UnpackedTarball_get_dir,libnumbertext)/src/.libs/libnumbertext-1.0.a\ ) -$(call gb_LinkTarget_use_external_project,$(1),libnumbertext) +$(call gb_LinkTarget_use_external_project,$(1),libnumbertext,full) endif |