Files
azerothcore-wotlk/deps/acelite/ace/SSL/ACE_SSL.pc.in
Yehonal f06f32849f Directory Structure [step 1]: moving files
working on #672

NOTE: This commit can't be compiled!!
2017-10-12 20:00:52 +02:00

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@