summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-08-22 16:25:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-08-22 16:25:27 +0200
commitfc456b51fc7543d88585f0b18e3856675ba9c3b1 (patch)
treeb3eea098f6a35ac444ff4b021914fda6c2160315 /cli_ure
parent98a61a2ae109f3d72940274ceafcf3e84d79aa0b (diff)
Missing dependency (see "#using <cli_basetypes.dll>" in climaker_share.h)
Change-Id: I2575da1ccbe1c301dd826588aec2a787176d3cfd
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/Executable_climaker.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli_ure/Executable_climaker.mk b/cli_ure/Executable_climaker.mk
index 2c30b5cb2d9c..db7e42ccdc7e 100644
--- a/cli_ure/Executable_climaker.mk
+++ b/cli_ure/Executable_climaker.mk
@@ -44,4 +44,7 @@ $(eval $(call gb_Executable_add_exception_objects,climaker,\
cli_ure/source/climaker/climaker_emit \
))
+$(call gb_Executable_get_headers_target,climaker) : \
+ $(call gb_CliLibrary_get_target,cli_basetypes)
+
# vim: set noet sw=4 ts=4: