Android: configure.ac Android check
[urcu.git] / liburcu-mb.pc.in
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-mb
11 Cflags: -I${includedir}
This page took 0.028994 seconds and 4 git commands to generate.