diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-08-22 16:25:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-08-22 16:25:27 +0200 |
commit | fc456b51fc7543d88585f0b18e3856675ba9c3b1 (patch) | |
tree | b3eea098f6a35ac444ff4b021914fda6c2160315 | |
parent | 98a61a2ae109f3d72940274ceafcf3e84d79aa0b (diff) |
Missing dependency (see "#using <cli_basetypes.dll>" in climaker_share.h)
Change-Id: I2575da1ccbe1c301dd826588aec2a787176d3cfd
-rw-r--r-- | cli_ure/Executable_climaker.mk | 3 |
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: |