summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-01-14 14:09:46 +0000
committerPete Batard <pbatard@gmail.com>2010-01-14 14:09:46 +0000
commite6ef1694db0c4e54d22c08e5824e979e3a71471b (patch)
tree03980698f8aba9640d56ea1015b9c076a62542b9 /examples
parent995c7df391d6011e624006bfbb610ace18f9488f (diff)
downloadlibusb-e6ef1694db0c4e54d22c08e5824e979e3a71471b.tar.gz
r73: moved -pthread option to CFLAGS for platforms that need it
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am34
1 files changed, 17 insertions, 17 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 6db7d0a..d3444fc 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,17 +1,17 @@
-INCLUDES = -I$(top_srcdir)
-noinst_PROGRAMS = xusb lsusb
-#dpfp dpfp_threaded
-
-lsusb_SOURCES = lsusb.c
-lsusb_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
-
-xusb_SOURCES = xusb.c
-xusb_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
-
-dpfp_SOURCES = dpfp.c
-dpfp_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
-
-dpfp_threaded_SOURCES = dpfp_threaded.c
-dpfp_threaded_CFLAGS = -pthread $(AM_CFLAGS)
-dpfp_threaded_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
-
+INCLUDES = -I$(top_srcdir)
+noinst_PROGRAMS = xusb lsusb
+#dpfp dpfp_threaded
+
+lsusb_SOURCES = lsusb.c
+lsusb_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
+
+xusb_SOURCES = xusb.c
+xusb_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
+
+dpfp_SOURCES = dpfp.c
+dpfp_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
+
+dpfp_threaded_SOURCES = dpfp_threaded.c
+dpfp_threaded_CFLAGS = $(AM_CFLAGS)
+dpfp_threaded_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
+