diff options
author | dscho <dscho> | 2007-03-30 23:31:33 +0000 |
---|---|---|
committer | dscho <dscho> | 2007-03-30 23:31:33 +0000 |
commit | ca805667e6b4ed9f7d6ea26da05cb69b184f3e0c (patch) | |
tree | 9bd496e72b94da225a90f788218ee685473f775d /examples | |
parent | 3f0f799d2050ec046c28a54b027b377cf573ef9e (diff) | |
download | libtdevnc-ca805667e6b4ed9f7d6ea26da05cb69b184f3e0c.tar.gz libtdevnc-ca805667e6b4ed9f7d6ea26da05cb69b184f3e0c.zip |
Build shared libraries per default
Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index a15465e..fca73a7 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ AM_CFLAGS=-I $(top_srcdir) -g -Wall -LDADD = ../libvncserver/libvncserver.a @WSOCKLIB@ +LDADD = ../libvncserver/libvncserver.la @WSOCKLIB@ if OSX MAC=mac |