X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=examples%2FMakefile.am;h=f45c7e5ad0c1ede1fcd118e290036415bd64839d;hp=aef1328936112a5ebae57b59c98d6f10145cb1e7;hb=05c2e40a3c720c63a75d36a33d0d5de0677f8f57;hpb=6167b919c63aae59b862fe80c293f628300c216c diff --git a/examples/Makefile.am b/examples/Makefile.am index aef1328..f45c7e5 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -10,14 +10,20 @@ examples_libftdipp = endif -bin_PROGRAMS = simple \ +if BUILD_EXAMPLES +all_examples = simple \ bitbang \ bitbang2 \ bitbang_ft2232 \ bitbang_cbus \ find_all \ serial_read \ + baud_test \ $(examples_libftdipp) +else +all_examples = +endif +bin_PROGRAMS = $(all_examples) # Don't install the example files AM_LDFLAGS = -no-install @@ -29,6 +35,7 @@ bitbang_ft2232_SOURCES = bitbang_ft2232.c bitbang_cbus_SOURCES = bitbang_cbus.c find_all_SOURCES = find_all.c serial_read_SOURCES = serial_read.c +baud_test_SOURCES = baud_test.c if HAVE_LIBFTDIPP find_all_pp_SOURCES = find_all_pp.cpp