summaryrefslogtreecommitdiff
path: root/packages/vnc/tightvnc/Makefile
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-24 11:58:13 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-24 11:58:13 +0000
commit9ecac32fbdfe4744811f7a35a0e7f895a338e50c (patch)
tree506405bad6b180e109e8673eaff1d83cb3e61f1c /packages/vnc/tightvnc/Makefile
parent55b70abcdb29a259439bb568759fba30baac1b02 (diff)
parent6e01b499d5a5ddf81f11e5c1fd89365c2b46e6ef (diff)
merge of 5e29a13bc14135c916ea8402999a2ff0c201523d
and b461cf906dbd45594408dde96a32eebad44f2416
Diffstat (limited to 'packages/vnc/tightvnc/Makefile')
-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)