diff options
author | knielsen@mysql.com <> | 2006-03-24 22:50:56 +0100 |
---|---|---|
committer | knielsen@mysql.com <> | 2006-03-24 22:50:56 +0100 |
commit | bc6628d27fbf4bcc12682f159742e5bc70e5c35d (patch) | |
tree | 4a3cb807ddfab7cd04cb6caf42623f824843f884 /vio | |
parent | 443ac64226b610229b62499eecfc58ea479843a6 (diff) | |
download | mariadb-git-bc6628d27fbf4bcc12682f159742e5bc70e5c35d.tar.gz |
Some changes to make it possible to build for Windows with CMake from
a normal 'make dist' source .tar.gz.
Diffstat (limited to 'vio')
-rw-r--r-- | vio/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vio/Makefile.am b/vio/Makefile.am index 544639139de..b7e002a3033 100644 --- a/vio/Makefile.am +++ b/vio/Makefile.am @@ -38,6 +38,7 @@ test_sslclient_LDADD= @CLIENT_EXTRA_LDFLAGS@ ../dbug/libdbug.a libvio.a \ ../mysys/libmysys.a ../strings/libmystrings.a \ $(openssl_libs) $(yassl_libs) libvio_a_SOURCES= vio.c viosocket.c viossl.c viosslfactories.c +EXTRA_DIST= cmakelists.txt # Don't update the files from bitkeeper %::SCCS/s.% |