From 9aa9ac59b4cb10bfca93456a3098e348de172d7f Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Mon, 6 Oct 2014 11:12:56 +0200 Subject: [PATCH] Add libvncclient/h264.c to dist tarball. Otherwise the sources from a 'make dist' package wouldn't compile. --- libvncclient/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvncclient/Makefile.am b/libvncclient/Makefile.am index 71118e2..76bed21 100644 --- a/libvncclient/Makefile.am +++ b/libvncclient/Makefile.am @@ -20,7 +20,7 @@ noinst_HEADERS=../common/lzodefs.h ../common/lzoconf.h ../common/minilzo.h tls.h rfbproto.o: rfbproto.c corre.c hextile.c rre.c tight.c zlib.c zrle.c ultra.c -EXTRA_DIST=corre.c hextile.c rre.c tight.c zlib.c zrle.c ultra.c tls_gnutls.c tls_openssl.c tls_none.c +EXTRA_DIST=corre.c hextile.c rre.c tight.c zlib.c zrle.c ultra.c tls_gnutls.c tls_openssl.c tls_none.c h264.c $(libvncclient_la_OBJECTS): ../rfb/rfbclient.h