Edit

kc3-lang/libevent/libevent_openssl.pc.in

Branch :

  • Show log

    Commit

  • Author : Peter Rosin
    Date : 2011-05-04 16:34:28
    Hash : 274dd036
    Message : libssl depends on libcrypto, not the other way around.

  • libevent_openssl.pc.in
  • #libevent pkg-config source file
    
    prefix=@prefix@
    exec_prefix=@exec_prefix@
    libdir=@libdir@
    includedir=@includedir@
    
    Name: libevent_openssl
    Description: libevent_openssl adds openssl-based TLS support to libevent
    Version: @VERSION@
    Requires: libevent
    Conflicts:
    Libs: -L${libdir} -levent_openssl
    Libs.private: @LIBS@ -lssl -lcrypto
    Cflags: -I${includedir}