File: libmdb.pc.in

package info (click to toggle)
mdbtools 1.0.0%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,392 kB
  • sloc: ansic: 12,133; sh: 410; xml: 218; yacc: 188; lex: 129; makefile: 123; python: 27
file content (15 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

# Ideally we should have a versioned library eg. -lmdb-1
# and also a versioned include path eg. -I${includedir}/libmdb-1.0
# for parallel installability.

Name: libmdb
Description: core MDB file support library
Requires: @GLIB_PACKAGE@
Version: @VERSION@
Libs: -L${libdir} -lmdb
Cflags: -I${includedir}