commit | a3b60c41167d57ce0953c2cc1e3cd208e4ae7e26 | [log] [tgz] |
---|---|---|
author | Constantin Kaplinsky <const@tightvnc.com> | Fri Jun 02 04:07:49 2006 +0000 |
committer | Constantin Kaplinsky <const@tightvnc.com> | Fri Jun 02 04:07:49 2006 +0000 |
tree | 82b491680bc51699c9502e0a0c5be44b63c6a4cd | |
parent | 9e85b831ea79f86fff1dba1e07004ac0fb6d3a20 [diff] |
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
diff --git a/unix/vncpasswd/Makefile.in b/unix/vncpasswd/Makefile.in index 927a7b9..a159b72 100644 --- a/unix/vncpasswd/Makefile.in +++ b/unix/vncpasswd/Makefile.in
@@ -5,9 +5,9 @@ program = vncpasswd -DEP_LIBS = ../rfb/librfb.a +DEP_LIBS = $(COMMON)/rfb/librfb.a -DIR_CPPFLAGS = -I$(top_srcdir) +DIR_CPPFLAGS = -I$(COMMON) all:: $(program)