summaryrefslogtreecommitdiffstats
path: root/bean/Library_officebean.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-19 19:30:31 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-20 01:12:23 +0200
commit25e10370feb4d62b953c317169516737fe982a34 (patch)
tree1e63db91da7682cd72a84450d6657e55e823c7b0 /bean/Library_officebean.mk
parentAdd gb_STDLIBS and override gb_Library_PLAINLIBS_NONE (diff)
downloadcore-25e10370feb4d62b953c317169516737fe982a34.tar.gz
core-25e10370feb4d62b953c317169516737fe982a34.zip
Link most libs and executables with gb_STDLIBS as presumably is intended
Diffstat (limited to 'bean/Library_officebean.mk')
-rw-r--r--bean/Library_officebean.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/bean/Library_officebean.mk b/bean/Library_officebean.mk
index bcc1ae64675c..bef4ac271d21 100644
--- a/bean/Library_officebean.mk
+++ b/bean/Library_officebean.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
@@ -62,3 +63,8 @@ $(eval $(call gb_Library_add_ldflags,officebean,\
endif
+$(eval $(call gb_Library_add_linked_libs,officebean,\
+ $(gb_STDLIBS) \
+))
+
+# vim: set noet sw=4 ts=4: