summaryrefslogtreecommitdiff
path: root/libusb/Makefile.am
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@mac.com>2009-02-16 21:13:52 -0300
committerDaniel Drake <dsd@gentoo.org>2009-02-16 21:19:56 -0300
commitccf6d3d2f6acf9b9a1cb5e1f1b03f382ae509b17 (patch)
treeeb34a0556332df99d4da4a287dd9c6b6c1ace6a8 /libusb/Makefile.am
parent894539931e4b4bd85708fe98b956049243cd6fb0 (diff)
downloadlibusb-ccf6d3d2f6acf9b9a1cb5e1f1b03f382ae509b17.tar.gz
Only link with librt on Linux
[dsd: tweak configure.ac change]
Diffstat (limited to 'libusb/Makefile.am')
-rw-r--r--libusb/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/libusb/Makefile.am b/libusb/Makefile.am
index 97743fa..9ad8ec5 100644
--- a/libusb/Makefile.am
+++ b/libusb/Makefile.am
@@ -10,7 +10,6 @@ endif
libusb_1_0_la_CFLAGS = -fvisibility=hidden $(AM_CFLAGS) -pthread
libusb_1_0_la_SOURCES = libusbi.h core.c descriptor.c io.c sync.c $(OS_SRC)
-libusb_1_0_la_LIBADD = -lrt
hdrdir = $(includedir)/libusb-1.0
hdr_HEADERS = libusb.h