From: Ludovic Rousseau Date: Wed, 9 May 2012 07:13:41 +0000 (+0200) Subject: Samples: Use the implicit _SOURCES rule X-Git-Tag: upstream/1.0.21~650 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e52e1e7534ead3f66b13bdcb28ac8587ff47ab0;p=platform%2Fupstream%2Flibusb.git Samples: Use the implicit _SOURCES rule * By default automake looks for a source file foo.c for a foo binary. --- diff --git a/examples/Makefile.am b/examples/Makefile.am index ab4c4ce..a5bad99 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -3,18 +3,12 @@ LDADD = ../libusb/libusb-1.0.la noinst_PROGRAMS = listdevs xusb -listdevs_SOURCES = listdevs.c - -xusb_SOURCES = xusb.c - if HAVE_SIGACTION -dpfp_SOURCES = dpfp.c noinst_PROGRAMS += dpfp endif if THREADS_POSIX if HAVE_SIGACTION -dpfp_threaded_SOURCES = dpfp_threaded.c dpfp_threaded_CFLAGS = $(THREAD_CFLAGS) $(AM_CFLAGS) noinst_PROGRAMS += dpfp_threaded endif diff --git a/libusb/version.h b/libusb/version.h index c63bbf8..a31d435 100644 --- a/libusb/version.h +++ b/libusb/version.h @@ -9,7 +9,7 @@ #define LIBUSB_MICRO 11 #endif #ifndef LIBUSB_NANO -#define LIBUSB_NANO 10501 +#define LIBUSB_NANO 10502 #endif /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */ #ifndef LIBUSB_RC