From e6ef1694db0c4e54d22c08e5824e979e3a71471b Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Thu, 14 Jan 2010 14:09:46 +0000 Subject: r73: moved -pthread option to CFLAGS for platforms that need it --- examples/Makefile.am | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'examples') 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 + -- cgit v1.2.1