diff options
author | Ian Romanick <idr@us.ibm.com> | 2006-03-18 00:12:48 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2006-03-18 00:12:48 +0000 |
commit | 5a04522a921cd8737ef921dfd49b750a8c64dfc9 (patch) | |
tree | 3147bede119f7107fc0cab2e93ce78ef409fb590 /pciaccess.pc.in |
Initial import of libpciaccess.
Diffstat (limited to 'pciaccess.pc.in')
-rw-r--r-- | pciaccess.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pciaccess.pc.in b/pciaccess.pc.in new file mode 100644 index 0000000..706c5f7 --- /dev/null +++ b/pciaccess.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: pciaccess +Description: Library providing generic access to the PCI bus and devices. +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} +Libs: -L${libdir} -lpciaccess |