OSDN Git Service

config: provide a makefile for scanpci dev tool
authorGaetan Nadon <memsize@videotron.ca>
Sun, 22 Aug 2010 12:10:23 +0000 (08:10 -0400)
committerGaetan Nadon <memsize@videotron.ca>
Sun, 3 Oct 2010 18:02:44 +0000 (14:02 -0400)
commitdcb79a20cba1eaaa83158b80bb538d50b003bd79
treea008d7a865b261e973541937980bd1e5bf3f36b5
parent555772964820d88f9481eb48d0431dddd8ba7aa5
config: provide a makefile for scanpci dev tool

No function changes.

Note that automake generates a wrapper script if libpciaccess
is not installed at configuration time, which is the most common case.

If it is installed at configuration time, you get an executable.

The makefile build order ensures the lib is build before scanpci.

Reviewed-by: RĂ©mi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Makefile.am
configure.ac
scanpci/.gitignore [new file with mode: 0644]
scanpci/Makefile.am [new file with mode: 0644]
scanpci/scanpci.c [moved from src/scanpci.c with 100% similarity]
src/.gitignore [deleted file]
src/Makefile.am