Commit | Line | Data |
---|---|---|
1 | prefix=@prefix@ | |
2 | exec_prefix=@exec_prefix@ | |
3 | libdir=@libdir@ | |
4 | includedir=@includedir@ | |
5 | ||
6 | Name: Userspace RCU Memory barriers | |
7 | Description: A userspace RCU (read-copy-update) library, memory barriers version | |
8 | Version: @PACKAGE_VERSION@ | |
9 | Requires: | |
10 | Libs: -L${libdir} -lurcu-common -lurcu-mb | |
11 | Cflags: -I${includedir} |