Skip to content

Commit

Permalink
Include the ABI with dist tarball
Browse files Browse the repository at this point in the history
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
  • Loading branch information
behlendorf committed Nov 22, 2020
1 parent ccfa35c commit 056287e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/libnvpair/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ libnvpair_la_LDFLAGS += -Wl,-z,defs
endif

libnvpair_la_LDFLAGS += -version-info 3:0:0

# Library ABI
EXTRA_DIST = libnvpair.abi libnvpair.suppr
3 changes: 3 additions & 0 deletions lib/libuutil/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ libuutil_la_LDFLAGS += -Wl,-z,defs
endif

libuutil_la_LDFLAGS += -version-info 3:0:0

# Library ABI
EXTRA_DIST = libuutil.abi libuutil.suppr
5 changes: 4 additions & 1 deletion lib/libzfs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,8 @@ endif

libzfs_la_LDFLAGS += -version-info 4:0:0

# Library ABI
EXTRA_DIST = libzfs.abi libzfs.suppr

# Licensing data
EXTRA_DIST = THIRDPARTYLICENSE.openssl THIRDPARTYLICENSE.openssl.descrip
EXTRA_DIST += THIRDPARTYLICENSE.openssl THIRDPARTYLICENSE.openssl.descrip
3 changes: 3 additions & 0 deletions lib/libzfs_core/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ libzfs_core_la_LIBADD += -lutil -lgeom
endif

libzfs_core_la_LDFLAGS += -version-info 3:0:0

# Library ABI
EXTRA_DIST = libzfs_core.abi libzfs_core.suppr
3 changes: 3 additions & 0 deletions lib/libzfsbootenv/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 056287e

Please sign in to comment.