diff options
author | unknown <msvensson@neptunus.(none)> | 2005-10-28 11:45:30 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2005-10-28 11:45:30 +0200 |
commit | 92f698f9f0eeac0d95442248e1581370493201b5 (patch) | |
tree | 1376a3d4a74cd08e15f83cede09c69c5ec9fec94 /libmysqld | |
parent | 268eb66421971a5eb4581abe3c51ca4b8f4fd385 (diff) | |
parent | 2533dd084403235c5f36590a1b8106761ff989b7 (diff) | |
download | mariadb-git-92f698f9f0eeac0d95442248e1581370493201b5.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/bug12985/my50-bug12985
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
config/ac-macros/yassl.m4:
Auto merged
configure.in:
Auto merged
libmysqld/Makefile.am:
Auto merged
sql/Makefile.am:
Auto merged
extra/yassl/taocrypt/src/Makefile.am:
Manual merge
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index 943b75f9973..691bf0cd99f 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -29,7 +29,7 @@ INCLUDES= @bdb_includes@ \ -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/sql -I$(top_srcdir)/sql/examples \ -I$(top_srcdir)/regex \ - $(openssl_includes) @ZLIB_INCLUDES@ + $(openssl_includes) $(yassl_includes) @ZLIB_INCLUDES@ noinst_LIBRARIES = libmysqld_int.a pkglib_LIBRARIES = libmysqld.a @@ -80,7 +80,9 @@ INC_LIB= $(top_builddir)/regex/libregex.a \ $(top_builddir)/mysys/libmysys.a \ $(top_builddir)/strings/libmystrings.a \ $(top_builddir)/dbug/libdbug.a \ - $(top_builddir)/vio/libvio.a + $(top_builddir)/vio/libvio.a \ + @yassl_libs_with_path@ + # # To make it easy for the end user to use the embedded library we |