summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2012-05-08 19:22:31 +0200
committerHans de Goede <hdegoede@redhat.com>2013-05-15 20:43:35 +0200
commita1b0ae5e594812f69b0114292a1d5eec9e891207 (patch)
treeb1e6b65cd607434be000c5bbcc71963f3b4a3e3b
parentcedfca68a8ca74054182cb44e7fef3b0638d0033 (diff)
downloadlibusb-a1b0ae5e594812f69b0114292a1d5eec9e891207.tar.gz
examples: Only check for HAVE_SIGACTION once in Makefile.am
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--examples/Makefile.am2
-rw-r--r--libusb/version_nano.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 380e13f..633eecb 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -5,10 +5,8 @@ noinst_PROGRAMS = listdevs xusb fxload hotplugtest
if HAVE_SIGACTION
noinst_PROGRAMS += dpfp
-endif
if THREADS_POSIX
-if HAVE_SIGACTION
dpfp_threaded_CFLAGS = $(AM_CFLAGS)
noinst_PROGRAMS += dpfp_threaded
endif
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 1587ba8..a863160 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10667
+#define LIBUSB_NANO 10668