diff options
Diffstat (limited to 'client_examples/Makefile.am')
-rw-r--r-- | client_examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client_examples/Makefile.am b/client_examples/Makefile.am index e12c449..e46b10b 100644 --- a/client_examples/Makefile.am +++ b/client_examples/Makefile.am @@ -1,5 +1,5 @@ AM_CFLAGS=-I $(top_srcdir) -g -Wall -LDADD = ../libvncclient/libvncclient.a @WSOCKLIB@ +LDADD = ../libvncclient/libvncclient.la @WSOCKLIB@ if WITH_FFMPEG FFMPEG_HOME=@with_ffmpeg@ |