mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
be7ce4110e
This reverts commit e96515433d
.
11 lines
240 B
PkgConfig
11 lines
240 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libpqxx
|
|
Description: C++ client API for the PostgreSQL database management system.
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lpqxx
|
|
Cflags: -I${includedir}
|