summaryrefslogtreecommitdiffstats
path: root/client_examples
diff options
context:
space:
mode:
authorrunge <runge>2006-04-26 15:37:43 +0000
committerrunge <runge>2006-04-26 15:37:43 +0000
commit3c80351a1c131914dea7188fbd51d2af4606f527 (patch)
tree1bfbedf1d54b18ff6e2d1fe841677a26d417cdbd /client_examples
parent6a6ccc8c588498cc645a407fbbd7421e432b3803 (diff)
downloadlibvncserver-3c80351a1c131914dea7188fbd51d2af4606f527.zip
libvncserver-3c80351a1c131914dea7188fbd51d2af4606f527.tar.gz
Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h
Diffstat (limited to 'client_examples')
-rw-r--r--client_examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud