diff options
author | dscho <dscho> | 2004-12-01 23:06:56 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-12-01 23:06:56 +0000 |
commit | 658b65ad0cc2045bf2c930c8ef2a2853a07ba6ee (patch) | |
tree | 51a7b1f153204de2c3bc423411d8f5b2f566c4f6 /client_examples/Makefile.am | |
parent | 7d3b1c9762b5f2878e9783677677cb2b3aa10e7e (diff) | |
download | libvncserver-658b65ad0cc2045bf2c930c8ef2a2853a07ba6ee.zip libvncserver-658b65ad0cc2045bf2c930c8ef2a2853a07ba6ee.tar.gz |
support MinGW32!
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 12ec911..1a6cdc5 100644 --- a/client_examples/Makefile.am +++ b/client_examples/Makefile.am @@ -1,5 +1,5 @@ DEFINES=-I.. -g -Wall -LDADD = ../libvncclient/libvncclient.a +LDADD = ../libvncclient/libvncclient.a @WSOCKLIB@ if WITH_FFMPEG FFMPEG_HOME=@with_ffmpeg@ |