forked from Mirrors/freeswitch
c4b5df5315
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2955 d0543943-73ff-0310-b7d9-9358b9ac24b2
11 lines
243 B
PkgConfig
11 lines
243 B
PkgConfig
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
libdir = @libdir@
|
|
includedir = @includedir@
|
|
|
|
Name: srtp
|
|
Description: Secure RTP (SRTP) and UST Reference Implementations
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lsrtp.so
|
|
Cflags: -I${includedir}/srtp
|