upower needs -pthread

Signed-off-by: Richard Hughes <richard@hughsie.com>
This commit is contained in:
Landry Breuil 2011-02-26 14:16:40 +01:00 committed by Richard Hughes
parent d81b7ebee4
commit 2527d0170d

View file

@ -20,6 +20,8 @@ upower_SOURCES = \
upower_CPPFLAGS = \
$(AM_CPPFLAGS)
upower_LDFLAGS = -pthread
upower_LDADD = \
$(DBUS_GLIB_LIBS) \
$(UPOWER_LIBS) \