summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2005-05-24 10:45:40 +0000
committerdscho <dscho>2005-05-24 10:45:40 +0000
commit8f4b4e267ddb57918003f533c4cd71f4ca7cd233 (patch)
treebe0dae4092ce5ff24d726c2cd3ff24ccf6f1fbdd
parentb225ee993ac49bbde5f3cf56c06a7ae80bb7e1fe (diff)
downloadlibtdevnc-8f4b4e26.tar.gz
libtdevnc-8f4b4e26.zip
do distribute and depend on zrle.c
-rw-r--r--libvncclient/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvncclient/Makefile.am b/libvncclient/Makefile.am
index 88bd363..32282a5 100644
--- a/libvncclient/Makefile.am
+++ b/libvncclient/Makefile.am
@@ -2,9 +2,9 @@ DEFINES=-g -I.. -I. -Wall
libvncclient_a_SOURCES=cursor.c listen.c rfbproto.c sockets.c vncviewer.c
-rfbproto.o: rfbproto.c corre.c hextile.c rre.c tight.c zlib.c
+rfbproto.o: rfbproto.c corre.c hextile.c rre.c tight.c zlib.c zrle.c
-EXTRA_DIST=corre.c hextile.c rre.c tight.c zlib.c
+EXTRA_DIST=corre.c hextile.c rre.c tight.c zlib.c zrle.c
$(libvncclient_a_OBJECTS): ../rfb/rfbclient.h