OSDN Git Service

solaris: add pci_tools.h to OS_SUPPORT
authorJulien Cristau <jcristau@debian.org>
Fri, 7 Mar 2008 13:41:47 +0000 (14:41 +0100)
committerJulien Cristau <jcristau@debian.org>
Fri, 7 Mar 2008 13:41:47 +0000 (14:41 +0100)
pci_tools.h was missing from the tarball, but is needed by solx_devfs.c

src/Makefile.am

index e743dbf..f370920 100644 (file)
@@ -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 \