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

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

shibresolver.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
Libs.private: @PTHREAD_LIBS@
Cflags: -I${includedir} @PTHREAD_CFLAGS@
Requires: @SHIBRESOLVER_REQUIRES@ @SHIBRESOLVER_LITE_REQUIRES@
Requires.private: @SHIBRESOLVER_REQUIRES_PRIVATE@ @SHIBRESOLVER_LITE_REQUIRES_PRIVATE@