mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
12 lines
263 B
PkgConfig
12 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@
|