summaryrefslogtreecommitdiffstats
path: root/x11vnc
diff options
context:
space:
mode:
authorDRC <information@virtualgl.org>2012-03-10 11:38:07 -0600
committerChristian Beier <dontmind@freeshell.org>2012-03-11 15:44:37 +0100
commit2ebf2d06f3c3b57d8882bc96b907600887590d69 (patch)
tree54b651df8a34e14131249aa5407e8420c1f9de4b /x11vnc
parent503dd6bb6960ef0e35d647c6a51f013f7b62cb45 (diff)
downloadlibtdevnc-2ebf2d06f3c3b57d8882bc96b907600887590d69.tar.gz
libtdevnc-2ebf2d06f3c3b57d8882bc96b907600887590d69.zip
Fix the build of x11vnc when an out-of-tree build directory is used
Diffstat (limited to 'x11vnc')
-rw-r--r--x11vnc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/Makefile.am b/x11vnc/Makefile.am
index cef82f3..12ca9f1 100644
--- a/x11vnc/Makefile.am
+++ b/x11vnc/Makefile.am
@@ -36,7 +36,7 @@ x11vnc_SOURCES = 8to24.c appshare.c avahi.c cleanup.c connections.c cursor.c gui
if HAVE_SYSTEM_LIBVNCSERVER
INCLUDES_LIBVNCSERVER = @SYSTEM_LIBVNCSERVER_CFLAGS@
else
-INCLUDES_LIBVNCSERVER =
+INCLUDES_LIBVNCSERVER = -I${top_srcdir}
endif
INCLUDES = $(INCLUDES_LIBVNCSERVER) @X_CFLAGS@ @AVAHI_CFLAGS@