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/vncpasswd | |
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/vncpasswd')
-rw-r--r-- | unix/vncpasswd/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/vncpasswd/Makefile.in b/unix/vncpasswd/Makefile.in index 927a7b92..a159b726 100644 --- a/unix/vncpasswd/Makefile.in +++ b/unix/vncpasswd/Makefile.in @@ -5,9 +5,9 @@ OBJS = vncpasswd.o program = vncpasswd -DEP_LIBS = ../rfb/librfb.a +DEP_LIBS = $(COMMON)/rfb/librfb.a -DIR_CPPFLAGS = -I$(top_srcdir) +DIR_CPPFLAGS = -I$(COMMON) all:: $(program) |