From ca805667e6b4ed9f7d6ea26da05cb69b184f3e0c Mon Sep 17 00:00:00 2001 From: dscho Date: Fri, 30 Mar 2007 23:31:33 +0000 Subject: Build shared libraries per default Thanks to Guillaume Rousse, we now use libtool to build shared libraries. --- contrib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 14cf8cd..2139603 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,5 +1,5 @@ AM_CFLAGS = -I $(top_srcdir) -LDADD = ../libvncserver/libvncserver.a @WSOCKLIB@ +LDADD = ../libvncserver/libvncserver.la @WSOCKLIB@ noinst_PROGRAMS=zippy -- cgit v1.2.3