summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-08-22 08:10:23 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-10-03 14:02:44 -0400
commitdcb79a20cba1eaaa83158b80bb538d50b003bd79 (patch)
treea008d7a865b261e973541937980bd1e5bf3f36b5 /configure.ac
parent555772964820d88f9481eb48d0431dddd8ba7aa5 (diff)
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c0e1e9b..6980675 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,4 +124,5 @@ AC_SUBST(PCIACCESS_LIBS)
AC_OUTPUT([Makefile
src/Makefile
+ scanpci/Makefile
pciaccess.pc])