diff options
author | Christian Beier <dontmind@freeshell.org> | 2014-10-06 11:12:56 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2014-10-06 11:12:56 +0200 |
commit | 9aa9ac59b4cb10bfca93456a3098e348de172d7f (patch) | |
tree | 179fe6cd9da46100d58798e9975a3b57e0860d10 /libvncclient/Makefile.am | |
parent | eab58665160b7df2c7212059ec596cb48b37375a (diff) | |
download | libtdevnc-9aa9ac59b4cb10bfca93456a3098e348de172d7f.tar.gz libtdevnc-9aa9ac59b4cb10bfca93456a3098e348de172d7f.zip |
Add libvncclient/h264.c to dist tarball.
Otherwise the sources from a 'make dist' package wouldn't compile.
Diffstat (limited to 'libvncclient/Makefile.am')
-rw-r--r-- | libvncclient/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |