X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=examples%2FMakefile.am;h=50820c299550c6c9d77fed88ee875d6d8fdff49c;hp=010f860d94b6a39871dcd3350e30e0170b170315;hb=6db32169ce93f0ec8e5a9b2c299760509ff1ef44;hpb=898c34ddbfd67272da1d7ff281dc500479e78869 diff --git a/examples/Makefile.am b/examples/Makefile.am index 010f860..50820c2 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -5,7 +5,8 @@ LDADD = $(top_builddir)/src/libftdi.la bin_PROGRAMS = simple \ bitbang \ bitbang2 \ - bitbang_ft2232 + bitbang_ft2232 \ + find_all # Don't install the example files AM_LDFLAGS = -no-install @@ -14,3 +15,4 @@ simple_SOURCES = simple.c bitbang_SOURCES = bitbang.c bitbang2_SOURCES = bitbang2.c bitbang_ft2232_SOURCES = bitbang_ft2232.c +find_all_SOURCES = find_all.c