diff options
author | Richard Hughes <richard@hughsie.com> | 2010-05-18 09:37:17 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2010-05-18 09:37:17 +0100 |
commit | 2b826a316954eec9951b9bf98b853560cfd70828 (patch) | |
tree | cb912f753a21f547c36f0e4bc5eb8564b49d0d75 /src/Makefile.am | |
parent | 39c2c0c52ceb0585907282f2a9b0232fdd926903 (diff) | |
download | upower-2b826a316954eec9951b9bf98b853560cfd70828.tar.gz |
Port UPower to libusb1 to avoid crappy unfixable crashes
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
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 |