diff options
author | Ian Romanick <idr@us.ibm.com> | 2006-03-27 18:08:42 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2006-03-27 18:08:42 +0000 |
commit | 5b4db5c392c123f71a7933bd94c789b5e23dd69a (patch) | |
tree | f110bca10f2f465f2c08d87cf15bf80831769015 /Makefile.am | |
parent | 6b1e9fae2ab9979b2a3bb3137c5db4d92d2905c8 (diff) | |
download | libpciaccess-5b4db5c392c123f71a7933bd94c789b5e23dd69a.tar.gz libpciaccess-5b4db5c392c123f71a7933bd94c789b5e23dd69a.tar.bz2 libpciaccess-5b4db5c392c123f71a7933bd94c789b5e23dd69a.zip |
Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c.XORG-7_0_99_901
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 |