From 441eaa15828d24977fbf0bb954c542a261abe236 Mon Sep 17 00:00:00 2001 From: Constantin Kaplinsky Date: Mon, 17 Apr 2006 08:55:53 +0000 Subject: [PATCH] A correction for the previous set of changes (r529). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/merge-with-vnc-4.1.1@530 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- x0vncserver/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x0vncserver/Makefile.in b/x0vncserver/Makefile.in index 3657eeae..e69b89ad 100644 --- a/x0vncserver/Makefile.in +++ b/x0vncserver/Makefile.in @@ -1,6 +1,6 @@ SRCS = Image.cxx TimeMillis.cxx PollingScheduler.cxx PollingManager.cxx \ - x0vncserver.cxx ../vncconfig/QueryConnectDialog.cxx + x0vncserver.cxx ../vncconfig_unix/QueryConnectDialog.cxx OBJS = $(SRCS:.cxx=.o) @@ -15,7 +15,7 @@ EXTRA_LIBS = @ZLIB_LIB@ @JPEG_LIB@ @INET_LIB@ @X_PRE_LIBS@ @X_LIBS@ \ @XTEST_LIB@ -lXext -lX11 @X_EXTRA_LIBS@ # X_CFLAGS are really CPPFLAGS -DIR_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tx -I$(top_srcdir)/vncconfig \ +DIR_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tx -I$(top_srcdir)/vncconfig_unix \ @XTEST_DEFINE@ @READDISPLAY_DEFINE@ @MITSHM_DEFINE@ @X_CFLAGS@ all:: $(program) -- 2.39.5