Commit | Line | Data |
---|---|---|
1 | # SPDX-FileCopyrightText: 2023 EfficiOS Inc. | |
2 | # | |
3 | # SPDX-License-Identifier: MIT | |
4 | ||
5 | prefix=@prefix@ | |
6 | exec_prefix=@exec_prefix@ | |
7 | libdir=@libdir@ | |
8 | includedir=@includedir@ | |
9 | ||
10 | Name: Userspace RCU BulletProof | |
11 | Description: A userspace RCU (read-copy-update) library, bulletproof version | |
12 | Version: @PACKAGE_VERSION@ | |
13 | Requires: | |
14 | Libs: -L${libdir} -lurcu-common -lurcu-bp | |
15 | Cflags: -I${includedir} |