summaryrefslogtreecommitdiff
path: root/eventattacher
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 /eventattacher
parenta3c01095c0bb8c37fd8ddb9ec7f4e2df5085a81a (diff)
Link most libs and executables with gb_STDLIBS as presumably is intended
Diffstat (limited to 'eventattacher')
-rw-r--r--eventattacher/Library_evtatt.mk4
1 files changed, 4 insertions, 0 deletions
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: