11 lines
263 B
PkgConfig
11 lines
263 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: ACE_SSL
|
|
Description: ACE SSL Library
|
|
Requires: ACE
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} @ACE_TLS_LDFLAGS@ -lACE_SSL @ACE_TLS_LIBS@
|
|
Cflags: -I${includedir} @ACE_TLS_CPPFLAGS@
|