summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-03-07 14:41:47 +0100
committerJulien Cristau <jcristau@debian.org>2008-03-07 14:41:47 +0100
commit4224ff23794500e1455f28fd5689bd0549b72367 (patch)
tree6cde6753b6b5f7219f4af0200c763ffe695dd170 /src/Makefile.am
parentac119e0b1d5fdbb6bd447b6cef1ddca59840fe40 (diff)
downloadxorg-lib-libpciaccess-4224ff23794500e1455f28fd5689bd0549b72367.tar.gz
solaris: add pci_tools.h to OS_SUPPORT
pci_tools.h was missing from the tarball, but is needed by solx_devfs.c
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e743dbf..f370920 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,7 +34,7 @@ OS_SUPPORT = freebsd_pci.c
endif
if SOLARIS
-OS_SUPPORT = solx_devfs.c
+OS_SUPPORT = solx_devfs.c pci_tools.h
endif
libpciaccess_la_SOURCES = common_bridge.c \