diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-11-23 22:49:46 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-11-23 22:50:39 +1100 |
commit | 6e7da281c22a62ae39799b2736885e54c388caf2 (patch) | |
tree | afe2a1a2a8a56875b648e1bcdb31d43c4342d79a /vcl | |
parent | de501ac893c01cd35d92a068b4cc6f40351f9e3a (diff) |
vcl: fix linkage issue for Executable_icontest.mk
Change-Id: Ic26f481f672bad0c10fc2ac8ab413faab38bca94
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/Executable_icontest.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/Executable_icontest.mk b/vcl/Executable_icontest.mk index 00dc9061585b..345203c877ca 100644 --- a/vcl/Executable_icontest.mk +++ b/vcl/Executable_icontest.mk @@ -21,6 +21,10 @@ $(eval $(call gb_Executable_use_api,icontest,\ udkapi \ )) +$(eval $(call gb_Executable_use_static_libraries,icontest,\ + vclmain \ +)) + ifeq ($(OS),LINUX) $(eval $(call gb_Executable_add_libs,icontest,\ @@ -50,10 +54,6 @@ $(eval $(call gb_Executable_add_libs,icontest,\ endif -$(eval $(call gb_Executable_use_static_libraries,icontest,\ - vclmain \ -)) - $(eval $(call gb_Executable_use_libraries,icontest,\ comphelper \ cppu \ |