libftdi: add a --without-examples configure flag
authorMike Frysinger <vapier@gentoo.org>
Tue, 22 Jun 2010 22:46:09 +0000 (18:46 -0400)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 25 Jun 2010 10:41:36 +0000 (12:41 +0200)
commit010b6490502a478fcb3e87c29aeb76acf236321b
tree712ca6077774f4528d62b52065f4133512e73d8d
parenta7d6d342469d298ef1307b58cfc098fe711f03ab
libftdi: add a --without-examples configure flag

There's a few places where I'm only concerned with building the libftdi
library (for integrating it into a JTAG program), so the examples are just
noise to me.  As such, add an --without-examples configure flag so people
can easily disable the subdir.  The default is unchanged -- examples are
still compiled & installed.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
configure.in
examples/Makefile.am