From 55c86dace5a6a478ade519f3bc848995875702a9 Mon Sep 17 00:00:00 2001 From: John Hein <47vzntyus9@snkmail.com> Date: Mon, 3 Jun 2013 09:21:37 +0200 Subject: [PATCH] Include BOOST_CPPFLAGS when compiling the ftdipp example --- examples/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 -- 1.7.1