diff options
author | David Tardon <dtardon@redhat.com> | 2012-11-15 12:32:43 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-11-15 12:33:49 +0100 |
commit | 7a11b9cc6d8a4116771333445637bb5b251420c8 (patch) | |
tree | df2070a89dce8bc1d5635eaecae0086e1a0240cc /connectivity | |
parent | 9c52986f26f4c33bd68d0f73006bd97e9820df7d (diff) |
ensure translations are built before using them
Change-Id: Ia172f144616d7468466a057bb1a431b3047209fd
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/AllLangResTarget_hsqldb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/AllLangResTarget_hsqldb.mk b/connectivity/AllLangResTarget_hsqldb.mk index 4bccc5e96ada..173a344ce6a5 100644 --- a/connectivity/AllLangResTarget_hsqldb.mk +++ b/connectivity/AllLangResTarget_hsqldb.mk @@ -40,7 +40,7 @@ $(eval $(call gb_SrsTarget_set_include,hsqldb/res,\ $$(INCLUDE) \ )) -$(eval $(call gb_SrsTarget_add_files,hsqldb/res,\ +$(eval $(call gb_SrsTarget_add_nonlocalized_files,hsqldb/res,\ connectivity/source/drivers/hsqldb/hsqlui.src \ )) |