]> mj.ucw.cz Git - pciutils.git/commit
Generate and install files for pkg-config.
authorMartin Mares <mj@ucw.cz>
Wed, 20 Jun 2007 18:45:00 +0000 (20:45 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 20 Jun 2007 18:45:00 +0000 (20:45 +0200)
commit5670e4275fb3f1cfb8b22bd8028b5725d5d0af41
tree4d90b51813f5ef460ec9dc24ef483684abb807b8
parent0d7f53318c323addd297181de89a135326048151
Generate and install files for pkg-config.

Using `pkg-config' is a standard way to query for information on linking
to other packages. This is particularly helpful for libpci where there is
no simple way to know if zlib compression is built in or not. With this
.pc file, linking to libpci is simple:

$ cc `pkg-config --cflags --libs libpci` -o myapp myapp.c

Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Makefile
lib/.gitignore
lib/Makefile
lib/configure