Remove volatile, use READ/WRITE ONCE
[librseq.git] / src / librseq.pc.in
1 # SPDX-License-Identifier: LGPL-2.1-only
2 #
3 # Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
4 #
5
6 prefix=@prefix@
7 exec_prefix=@exec_prefix@
8 libdir=@libdir@
9 includedir=@includedir@
10
11 Name: Restartable sequence
12 Description: Restartable sequence library
13 Version: @PACKAGE_VERSION@
14 Requires:
15 Libs: -L${libdir} -lrseq
16 Cflags: -I${includedir}
This page took 0.03005 seconds and 4 git commands to generate.