aboutsummaryrefslogtreecommitdiff
path: root/libsrtp2.pc.in
blob: fcb86528c469cfd68d5f94d6a565fc8b6bce9129 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@prefix@
libdir=@libdir@
includedir=@includedir@

Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: Library for SRTP (Secure Realtime Transport Protocol)

Libs: -L${libdir} -lsrtp2 @LIBS@
Cflags: -I${includedir}