Include BOOST_CPPFLAGS when compiling the ftdipp example
authorJohn Hein <47vzntyus9@snkmail.com>
Mon, 3 Jun 2013 07:21:37 +0000 (09:21 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 3 Jun 2013 07:21:37 +0000 (09:21 +0200)
examples/Makefile.am

index a7d28e2..6567e1b 100644 (file)
@@ -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