From: John Hein <47vzntyus9@snkmail.com> Date: Mon, 3 Jun 2013 07:21:37 +0000 (+0200) Subject: Include BOOST_CPPFLAGS when compiling the ftdipp example X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=55c86dace5a6a478ade519f3bc848995875702a9 Include BOOST_CPPFLAGS when compiling the ftdipp example --- diff --git a/examples/Makefile.am b/examples/Makefile.am index a7d28e2..6567e1b 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -39,6 +39,7 @@ baud_test_SOURCES = baud_test.c if HAVE_LIBFTDIPP find_all_pp_SOURCES = find_all_pp.cpp +find_all_pp_CPPFLAGS = $(BOOST_CPPFLAGS) find_all_pp_LDADD = $(top_builddir)/ftdipp/libftdipp.la $(LDADD) endif