[Libreoffice-commits] .: cli_ure/Library_cli_uno.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Sep 22 23:07:08 PDT 2012
cli_ure/Library_cli_uno.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 359f005c6698d5d7838798fc739fe770cb98d357
Author: David Tardon <dtardon at redhat.com>
Date: Sun Sep 23 08:06:09 2012 +0200
add deps on CLI libs used in cli_uno build
Change-Id: I6ae009851e4d8f06e2c2939a26cc72b453e8c406
diff --git a/cli_ure/Library_cli_uno.mk b/cli_ure/Library_cli_uno.mk
index 46f20b9..55288de 100644
--- a/cli_ure/Library_cli_uno.mk
+++ b/cli_ure/Library_cli_uno.mk
@@ -35,4 +35,8 @@ $(eval $(call gb_Library_add_exception_objects,cli_uno,\
cli_ure/source/uno_bridge/cli_uno \
))
+$(call gb_Library_get_external_headers_target,cli_uno) :| \
+ $(call gb_CliLibrary_get_target,cli_ure) \
+ $(call gb_CliUnoApi_get_target,cli_uretypes)
+
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list