]> granicus.if.org Git - apache/commit
mod_brotli: Update makefiles to use the library layout of the official
authorEvgeny Kotkov <kotkov@apache.org>
Tue, 29 Nov 2016 00:00:28 +0000 (00:00 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Tue, 29 Nov 2016 00:00:28 +0000 (00:00 +0000)
commit4b3a9443b53110ca7e25684a5bc61acdd5484be6
tree805e015a103456e62f8c9af5598a880a33912c98
parentd3c7e4780f257ce062347879b03b41160244be90
mod_brotli: Update makefiles to use the library layout of the official
Brotli repository.

With the recent update (https://github.com/google/brotli/pull/464), the
official repository now produces pkg-config metadata files (brotli.pc),
and has a fixed library layout (libbrotlicommon/libbrotlienc/libbrotlidec)
on both Windows and Linux.  Expect this layout in the makefiles, and take
advantage of the pkg-config metadata, if it's available.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1771827 13f79535-47bb-0310-9956-ffa450edef68
CMakeLists.txt
modules/filters/config.m4