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:43:06 +0000 (12:43 +0200)
commitd94c58ffc3a3b757fe4d9af61f6d7f887180e0d4
tree0eab692092b4670a3a5462e45ed4739d9e28ae63
parent29b1dfd985a87af8d51034212284f684eb35bc48
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