]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
autotools: gtest: Distribute the googletest *.so files
authorTom Hromatka <tom.hromatka@oracle.com>
Mon, 13 Jan 2020 23:31:20 +0000 (23:31 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 13 Jan 2020 23:31:20 +0000 (23:31 +0000)
commit6e693bb707bc04bc92acbd68fcdcb59876b67f07
tree9ba6a158dac4c0b208f2dbbc64ef79505e7375eb
parentbd26c0e1f29a6f86056456538d415c4d2d7da0b2
autotools: gtest: Distribute the googletest *.so files

googletest strongly recommends that their library is
rebuilt on each platform, but this runs counter to a
tagged release of code that utilizes gtest.  This commit
enables `make dist` to bundle the googletest *.so files
into the resultant zip file.

Note that these googletest *.so files are dependent upon
a certain version of glibc (and other libraries) and may
not work on distros with very old versions of those
tools.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
bootstrap.sh
tests/gunit/Makefile.am