From 98b9663e29ebc5a23db392335aef707cf2464487 Mon Sep 17 00:00:00 2001 From: dscho Date: Thu, 20 Feb 2003 13:23:07 +0000 Subject: the correct way to include rfb.h is now "#include " --- examples/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/Makefile.am') diff --git a/examples/Makefile.am b/examples/Makefile.am index 7c1eae8..cb2d6e6 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1,5 @@ +CFLAGS=-I.. + if HAVE_LIBPTHREAD BACKGROUND_TEST=blooptest endif -- cgit v1.2.1