From 2def99507459c493532109214c7ceddfb3b9da7d Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 23 Feb 2012 14:47:46 -0800 Subject: [PATCH] LICENSE should be included in source. --- protocols/vnc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protocols/vnc/Makefile.am b/protocols/vnc/Makefile.am index 5490eb8c..f811c835 100644 --- a/protocols/vnc/Makefile.am +++ b/protocols/vnc/Makefile.am @@ -44,6 +44,7 @@ lib_LTLIBRARIES = libguac-client-vnc.la libguac_client_vnc_la_SOURCES = src/client.c src/vnc_handlers.c src/guac_handlers.c noinst_HEADERS = include/client.h include/vnc_handlers.h include/guac_handlers.h - libguac_client_vnc_la_LDFLAGS = -version-info 0:0:0 +EXTRA_DIST = LICENSE +