diff options
author | Brian Behlendorf <[email protected]> | 2020-11-21 10:44:52 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-21 10:44:52 -0800 |
commit | f1ece319fd701b1e78a98cc17a20b64bbaa8be73 (patch) | |
tree | 4e3e32e1cfde697dcc8d087f064cf40b0ac9ca3f /lib/libzfsbootenv | |
parent | 4d0ba9411312991635edc5154bb42b9dfff192a2 (diff) |
Include the ABI with dist tarball
The ABI should be included when generating the `make dist` tarball
since it's required by the `make checkabi` target.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #11225
Diffstat (limited to 'lib/libzfsbootenv')
-rw-r--r-- | lib/libzfsbootenv/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libzfsbootenv/Makefile.am b/lib/libzfsbootenv/Makefile.am index 354be3efa..51ab48f54 100644 --- a/lib/libzfsbootenv/Makefile.am +++ b/lib/libzfsbootenv/Makefile.am @@ -33,3 +33,6 @@ libzfsbootenv_la_LDFLAGS += -Wl,-z,defs endif libzfsbootenv_la_LDFLAGS += -version-info 1:0:0 + +# Library ABI +EXTRA_DIST = libzfsbootenv.abi libzfsbootenv.suppr |