]> git.ipfire.org Git - thirdparty/pciutils.git/commit
Makefile: Split variable for output shared library and import linking library
authorPali Rohár <pali@kernel.org>
Mon, 18 Apr 2022 20:40:58 +0000 (22:40 +0200)
committerPali Rohár <pali@kernel.org>
Thu, 9 Jun 2022 23:18:35 +0000 (01:18 +0200)
commitd0130eb36208ef46bf26498ffec5b68f39e8a24c
tree03833ce01fd04b0e7ec123d4f4add2ebbc839dc3
parent884684eb16322c54e425d76f84fbe2c850677d5c
Makefile: Split variable for output shared library and import linking library

Use new variable $(PCIIMPLIB) for storing name of the libpci import library
for linking with shared library $(PCILIB).

This would allow compilation of lspci and setpci applications on systems
where linking needs to be done with import library.
Makefile
lib/configure