dri2: Distribute new pci_ids headers

Create hw/xfree86/dri2/pci_ids/Makefile.am which includes all of the new
pci id files in the tarballs. Build that from configure.ac, and run it
from dri2/Makefile.am

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2014-10-28 21:30:23 -07:00
parent 65dd1ba7b3
commit f36f16f055
3 changed files with 14 additions and 0 deletions

View File

@ -2556,6 +2556,7 @@ hw/xfree86/dixmods/Makefile
hw/xfree86/doc/Makefile
hw/xfree86/dri/Makefile
hw/xfree86/dri2/Makefile
hw/xfree86/dri2/pci_ids/Makefile
hw/xfree86/drivers/Makefile
hw/xfree86/drivers/modesetting/Makefile
hw/xfree86/exa/Makefile

View File

@ -1,3 +1,5 @@
SUBDIRS=pci_ids
noinst_LTLIBRARIES = libdri2.la
AM_CFLAGS = \
-DHAVE_XORG_CONFIG_H \

View File

@ -0,0 +1,11 @@
EXTRA_DIST = \
pci_id_driver_map.h \
i810_pci_ids.h \
i915_pci_ids.h \
i965_pci_ids.h \
r200_pci_ids.h \
r300_pci_ids.h \
r600_pci_ids.h \
radeon_pci_ids.h \
radeonsi_pci_ids.h \
vmwgfx_pci_ids.h