From 3c80351a1c131914dea7188fbd51d2af4606f527 Mon Sep 17 00:00:00 2001 From: runge Date: Wed, 26 Apr 2006 15:37:43 +0000 Subject: Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h --- client_examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client_examples') diff --git a/client_examples/Makefile.am b/client_examples/Makefile.am index 77998f0..e12c449 100644 --- a/client_examples/Makefile.am +++ b/client_examples/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS=-I.. -g -Wall +AM_CFLAGS=-I $(top_srcdir) -g -Wall LDADD = ../libvncclient/libvncclient.a @WSOCKLIB@ if WITH_FFMPEG -- cgit v1.2.3