diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-06-21 14:11:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-21 14:11:50 +0000 |
commit | 20319b4e93aaec04be3598e78077e7b143487a81 (patch) | |
tree | 39b83f55a681d0c0516643b6828aede9968c35ec /packages/vnc | |
parent | 024cc3f57b51c3919ed7b543d6d86e46bb3735ca (diff) |
packages/vnc/tightvnc/Makefile : change -lXaw to -lXaw7
Diffstat (limited to 'packages/vnc')
-rw-r--r-- | packages/vnc/tightvnc/Makefile | 2 |
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) |