summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index 28d4501e..efcbed4e 100644
--- a/config.make.in
+++ b/config.make.in
@@ -109,6 +109,13 @@ HAVE_LIBLWIP = @HAVE_LIBLWIP@
liblwip_CFLAGS = @liblwip_CFLAGS@
liblwip_LIBS = @liblwip_LIBS@
+# Whether we found libpciaccess.
+HAVE_LIBPCIACCESS = @HAVE_LIBPCIACCESS@
+
+# How to compile and link against libpciaccess.
+libpciaccess_CFLAGS = @libpciaccess_CFLAGS@
+libpciaccess_LIBS = @libpciaccess_LIBS@
+
# Installation tools.
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@