X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=examples%2FMakefile.am;h=820599aaa70322d341fca827801ac40395a56d94;hb=978341023343a6240205891402bf7320cfcccdd5;hp=02e7f235f3789194cd0b9a1c88bf690053f3d060;hpb=224bc6a088ef431650a5b2564371ea584bfc2092;p=libftdi diff --git a/examples/Makefile.am b/examples/Makefile.am index 02e7f23..820599a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -16,6 +16,8 @@ bin_PROGRAMS = simple \ bitbang_ft2232 \ bitbang_cbus \ find_all \ + serial_read \ + baud_test \ $(examples_libftdipp) # Don't install the example files @@ -27,8 +29,12 @@ bitbang2_SOURCES = bitbang2.c 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 find_all_pp_LDADD = $(top_builddir)/ftdipp/libftdipp.la $(LDADD) endif + +EXTRA_DIST = CMakeLists.txt