summaryrefslogtreecommitdiff
path: root/packages/vnc
diff options
context:
space:
mode:
authorDirk Opfer <dirk@opfer-online.de>2006-06-21 14:22:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-21 14:22:31 +0000
commitc8a24a80084988c1b80c5c5b783d2b6ae186f415 (patch)
treedafbf6d55f88b1e7a4ef264d006361b9d5930598 /packages/vnc
parent692b67046261fa0d8cf5c2bb5d19eb8e66a2f2f0 (diff)
parent12078ec6590a4a7844829634e81270ee42f66988 (diff)
merge of 7126e8dbb5ecde39f7b2362c65b90630fa5265de
and effcba2a94876d18057282e965653353c5018d1c
Diffstat (limited to 'packages/vnc')
-rw-r--r--packages/vnc/tightvnc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/vnc/tightvnc/Makefile b/packages/vnc/tightvnc/Makefile
index a684e9c987..16420423f2 100644
--- a/packages/vnc/tightvnc/Makefile
+++ b/packages/vnc/tightvnc/Makefile
@@ -18,5 +18,5 @@ vncviewer.c \
../libvncauth/d3des.c
tightvncviewer : $(SOURCES)
- $(CC) $(CFLAGS) $(LDFLAGS) -I. -I../include -I../libvncauth/ -lX11 -lXaw -ljpeg -lz -o tightvncviewer $(SOURCES)
+ $(CC) $(CFLAGS) $(LDFLAGS) -I. -I../include -I../libvncauth/ -lX11 -lXaw6 -ljpeg -lz -o tightvncviewer $(SOURCES)