From 2ebf2d06f3c3b57d8882bc96b907600887590d69 Mon Sep 17 00:00:00 2001 From: DRC Date: Sat, 10 Mar 2012 11:38:07 -0600 Subject: [PATCH] Fix the build of x11vnc when an out-of-tree build directory is used --- x11vnc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@