From 5b4db5c392c123f71a7933bd94c789b5e23dd69a Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 27 Mar 2006 18:08:42 +0000 Subject: Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c. Bump version to 0.3.0. Replace pci_get_name with pci_get_strings. This function matches the functionality provided by the Xorg scanpci module almost identically. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8a112b4..bf7eb7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,5 +26,4 @@ SUBDIRS = src pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pciaccess.pc -EXTRA_DIST = pciaccess.pc.in autogen.sh src/pcils.c src/Makefile.foo - +EXTRA_DIST = pciaccess.pc.in autogen.sh src/scanpci.c -- cgit v1.2.1