]> source.dussan.org Git - tigervnc.git/commitdiff
A correction for the previous set of changes (r529).
authorConstantin Kaplinsky <const@tightvnc.com>
Mon, 17 Apr 2006 08:55:53 +0000 (08:55 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Mon, 17 Apr 2006 08:55:53 +0000 (08:55 +0000)
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

index 3657eeae6d29f9476f7ded112aea6ee64285430e..e69b89ad541ce818149a0d76f73ba66f88b7d6e9 100644 (file)
@@ -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)