diff options
author | SergeyV@selena. <> | 2006-01-23 21:35:11 +0300 |
---|---|---|
committer | SergeyV@selena. <> | 2006-01-23 21:35:11 +0300 |
commit | 86cb9bf94dc49db0824f389e7e81233b54e5b52c (patch) | |
tree | c6ee04935143d410d62fc996338c240b8fdb69f6 /zlib/Makefile.am | |
parent | 7390183d0f9b4796b79eca34f98469768744b26c (diff) | |
download | mariadb-git-86cb9bf94dc49db0824f389e7e81233b54e5b52c.tar.gz |
Changes after initial patch to #15787
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r-- | zlib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am index 11b1991fa62..71619ce40c1 100644 --- a/zlib/Makefile.am +++ b/zlib/Makefile.am @@ -16,6 +16,8 @@ # Process this file with automake to create Makefile.in +INCLUDES= -I$(top_builddir)/include -I$(top_srcdir)/include + pkglib_LTLIBRARIES=libz.la libz_la_LDFLAGS= -version-info 3:3:2 |