diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-08-06 10:51:43 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-22 08:15:24 +0200 |
commit | f8361efd12462e0776b96214e1f24890ababec5c (patch) | |
tree | f23744225bee15973979ed7148aacc8c6effbeaf /cli_ure | |
parent | 118cc6807d2cbdc2395d9e61beea98cecb6c0b73 (diff) |
add missing package name
Change-Id: I0f561c41c4e0a447521aae90885f3a75b624d7cb
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/Package_config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/Package_config.mk b/cli_ure/Package_config.mk index 820f25e7fc75..175fd3305457 100644 --- a/cli_ure/Package_config.mk +++ b/cli_ure/Package_config.mk @@ -9,7 +9,7 @@ $(eval $(call gb_Package_Package,cli_ure_cliuno,$(SRCDIR)/cli_ure/source)) -$(eval $(call gb_Package_add_files,bin,\ +$(eval $(call gb_Package_add_files,cli_ure_cliuno,bin,\ climaker/climaker.exe.config \ cliuno.snk \ )) |