From 8f4b4e267ddb57918003f533c4cd71f4ca7cd233 Mon Sep 17 00:00:00 2001 From: dscho Date: Tue, 24 May 2005 10:45:40 +0000 Subject: [PATCH] do distribute and depend on zrle.c --- libvncclient/Makefile.am | 4 ++-- 1 file 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