diff options
author | Peter Stuge <peter@stuge.se> | 2012-10-23 00:15:23 +0000 |
---|---|---|
committer | Pete Batard <pete@akeo.ie> | 2012-11-25 00:27:45 +0000 |
commit | 94b0ccc5e58b854c7e9e38b21efd3d217f0f5353 (patch) | |
tree | f88ab7b8be51d5ea3ec1b4da0e00dcd2fca45d9d /examples | |
parent | 5e479f1821d3294fb1cc70c5867c69eca2551de7 (diff) | |
download | libusb-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.am | 2 |
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 |