From 25e10370feb4d62b953c317169516737fe982a34 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 19 Dec 2011 19:30:31 +0200 Subject: Link most libs and executables with gb_STDLIBS as presumably is intended --- eventattacher/Library_evtatt.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'eventattacher/Library_evtatt.mk') diff --git a/eventattacher/Library_evtatt.mk b/eventattacher/Library_evtatt.mk index 7c3f9ef43d1a..8a1ca73c90e6 100644 --- a/eventattacher/Library_evtatt.mk +++ b/eventattacher/Library_evtatt.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # @@ -35,6 +36,7 @@ $(eval $(call gb_Library_add_linked_libs,evtatt,\ cppuhelper \ cppu \ sal \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,evtatt,\ @@ -44,3 +46,5 @@ $(eval $(call gb_Library_add_exception_objects,evtatt,\ $(eval $(call gb_Library_add_api,evtatt,\ udkapi \ )) + +# vim: set ts=4 sw=4 et: -- cgit