aboutsummaryrefslogtreecommitdiffstats
path: root/unix/vncpasswd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'unix/vncpasswd/Makefile.in')
-rw-r--r--unix/vncpasswd/Makefile.in4
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)