]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
automake: Don't install testing libraries
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 12 Nov 2021 13:56:37 +0000 (06:56 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 12 Nov 2021 13:56:37 +0000 (06:56 -0700)
commit86895e34e6253508d6856f6f28c52240e8a885ed
tree4f3f9e22b363084c77b30f49c0c9a4fcd426c606
parente34df2f6614eb107ba3883ab270ab51a69ca0515
automake: Don't install testing libraries

libcgset and libcgfortesting are libraries that are used by the
unit test framework and are not intended to be installed when
`make install` is invoked.  Delete them from the install path.

Closes: https://github.com/libcgroup/libcgroup/issues/62
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit 6c941e8b26fbd6613c96ed65e08290aa21ff33de)
src/Makefile.am
src/tools/Makefile.am