repo.or.cz
/
xapian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ci] Fix clang-santisers job for GHA change
[xapian.git]
/
xapian-core
/
pkgconfig
/
xapian-core.pc.in
blob
4224fa1615d81b2fb2e83129aea52b00fbe7339e
1
prefix=@prefix@
2
exec_prefix=@exec_prefix@
3
libdir=@libdir@
4
includedir=@incdir@
5
6
Name: Xapian
7
Description: Search Engine Library
8
URL: https://xapian.org/
9
Version: @VERSION@
10
Cflags: -I${includedir} @abi_affecting_cxxflags@
11
Libs: -L${libdir} -lxapian@LIBRARY_VERSION_SUFFIX@
12
Libs.private: @XAPIAN_LIBS@