Codebase list shibboleth-resolver / fresh-snapshots/main shibresolver-lite.pc.in
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

shibresolver-lite.pc.in @fresh-snapshots/mainraw · history · blame

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: @PACKAGE_NAME@
Description: Shibboleth Attribute Resolver library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lshibresolver-lite
Libs.private: @PTHREAD_LIBS@
Cflags: -I${includedir} @PTHREAD_CFLAGS@
Requires: @SHIBRESOLVER_LITE_REQUIRES@
Requires.private: @SHIBRESOLVER_LITE_REQUIRES_PRIVATE@