summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLandry Breuil <landry@rhaalovely.net>2011-02-26 14:16:40 +0100
committerRichard Hughes <richard@hughsie.com>2011-03-21 18:38:48 +0000
commit2527d0170d1f5c01e402d90af318854db2f70422 (patch)
treefd1c907f7a4273029b22f29a71d984b31ed05557 /tools
parentd81b7ebee4d14af4278ca04fe60717cb0d355027 (diff)
downloadupower-2527d0170d1f5c01e402d90af318854db2f70422.tar.gz
upower needs -pthread
Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index d79cad1..4b176bd 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -20,6 +20,8 @@ upower_SOURCES = \
upower_CPPFLAGS = \
$(AM_CPPFLAGS)
+upower_LDFLAGS = -pthread
+
upower_LDADD = \
$(DBUS_GLIB_LIBS) \
$(UPOWER_LIBS) \