diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2006-06-02 04:07:49 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2006-06-02 04:07:49 +0000 |
commit | a3b60c41167d57ce0953c2cc1e3cd208e4ae7e26 (patch) | |
tree | 82b491680bc51699c9502e0a0c5be44b63c6a4cd /unix/vncconfig | |
parent | 9e85b831ea79f86fff1dba1e07004ac0fb6d3a20 (diff) | |
download | tigervnc-a3b60c41167d57ce0953c2cc1e3cd208e4ae7e26.tar.gz tigervnc-a3b60c41167d57ce0953c2cc1e3cd208e4ae7e26.zip |
Updated build scripts in unix/ for new directory layout.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@617 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/vncconfig')
-rw-r--r-- | unix/vncconfig/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/unix/vncconfig/Makefile.in b/unix/vncconfig/Makefile.in index 4891fcd8..527a79ed 100644 --- a/unix/vncconfig/Makefile.in +++ b/unix/vncconfig/Makefile.in @@ -5,12 +5,13 @@ OBJS = vncExt.o vncconfig.o QueryConnectDialog.o program = vncconfig -DEP_LIBS = ../tx/libtx.a ../rfb/librfb.a ../network/libnetwork.a \ - ../rdr/librdr.a +DEP_LIBS = $(TOP)/tx/libtx.a $(COMMON)/rfb/librfb.a \ + $(COMMON)/network/libnetwork.a \ + $(COMMON)/rdr/librdr.a EXTRA_LIBS = @X_PRE_LIBS@ @X_LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ -DIR_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tx @X_CFLAGS@ # X_CFLAGS are really CPPFLAGS +DIR_CPPFLAGS = -I$(COMMON) -I$(TOP)/tx @X_CFLAGS@ # X_CFLAGS are really CPPFLAGS all:: $(program) |