Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / ace / SSL / ACE_SSL.pc.in
blob51c04a18ff101202aabc894c8b2df6796698be14
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: ACE_SSL
7 Description: ACE SSL Library
8 Requires: ACE
9 Version: @VERSION@
10 Libs: -L${libdir} @ACE_TLS_LDFLAGS@ -lACE_SSL @ACE_TLS_LIBS@
11 Cflags: -I${includedir} @ACE_TLS_CPPFLAGS@