diff options
author | dscho <dscho> | 2005-05-24 10:45:40 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-05-24 10:45:40 +0000 |
commit | 8f4b4e267ddb57918003f533c4cd71f4ca7cd233 (patch) | |
tree | be0dae4092ce5ff24d726c2cd3ff24ccf6f1fbdd /libvncclient/Makefile.am | |
parent | b225ee993ac49bbde5f3cf56c06a7ae80bb7e1fe (diff) | |
download | libtdevnc-8f4b4e267ddb57918003f533c4cd71f4ca7cd233.tar.gz libtdevnc-8f4b4e267ddb57918003f533c4cd71f4ca7cd233.zip |
do distribute and depend on zrle.c
Diffstat (limited to 'libvncclient/Makefile.am')
-rw-r--r-- | libvncclient/Makefile.am | 4 |
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 |