summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-05-18 09:37:17 +0100
committerRichard Hughes <richard@hughsie.com>2010-05-18 09:37:17 +0100
commit2b826a316954eec9951b9bf98b853560cfd70828 (patch)
treecb912f753a21f547c36f0e4bc5eb8564b49d0d75 /src/Makefile.am
parent39c2c0c52ceb0585907282f2a9b0232fdd926903 (diff)
downloadupower-2b826a316954eec9951b9bf98b853560cfd70828.tar.gz
Port UPower to libusb1 to avoid crappy unfixable crashes
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cbdc065..967a3f1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -108,6 +108,7 @@ endif
if BACKEND_TYPE_LINUX
upowerd_LDADD += \
linux/libupshared.la \
+ $(USB_LIBS) \
$(GUDEV_LIBS)
endif