summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2012-10-23 00:15:23 +0000
committerPete Batard <pete@akeo.ie>2012-11-25 00:27:45 +0000
commit94b0ccc5e58b854c7e9e38b21efd3d217f0f5353 (patch)
treef88ab7b8be51d5ea3ec1b4da0e00dcd2fca45d9d /examples
parent5e479f1821d3294fb1cc70c5867c69eca2551de7 (diff)
downloadlibusb-94b0ccc5e58b854c7e9e38b21efd3d217f0f5353.tar.gz
Autotools: Carry over 2012.10.23 libusb changes
* Use LIBS instead of PC_LIBS_PRIVATE * Move THREAD_CFLAGS & VISIBILITY_CFLAGS into AM_CFLAGS * Use AC_SEARCH_LIBS(clock_gettime) for pthreads on Linux
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 02fa1d5..a28a300 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -9,7 +9,7 @@ endif
if THREADS_POSIX
if HAVE_SIGACTION
-dpfp_threaded_CFLAGS = $(THREAD_CFLAGS) $(AM_CFLAGS)
+dpfp_threaded_CFLAGS = $(AM_CFLAGS)
noinst_PROGRAMS += dpfp_threaded
endif
endif