Renamed RETHROW to CHAIN and improved its doc.
[libsex.git] / libsex.pc.in
blob7df9db2e101f896500448a0855c66fe4c264419f
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: @PACKAGE@
7 Description: Library providing a simple exception framework for C++.
8 Version: @VERSION@
9 Libs: -L${libdir} -lsex
10 Cflags: -I${includedir}