diff options
author | Hyunil <hyunil46.park@samsung.com> | 2020-04-09 12:18:19 +0900 |
---|---|---|
committer | Hyunil <hyunil46.park@samsung.com> | 2020-04-09 12:19:56 +0900 |
commit | 14bb6c8aaf0d59ecc3588e547cc6ed66335943be (patch) | |
tree | 488834f199367df193fc9d3f5241d147ef6f0bd9 /libsrtp2.pc.in | |
parent | 2f9ff1f6c3d22085acc91ddd39cbc503a499fc63 (diff) | |
download | libsrtp-upstream.tar.gz libsrtp-upstream.tar.bz2 libsrtp-upstream.zip |
Imported Upstream version 2.3.0upstream/2.3.0upstream
Change-Id: If11c8edb44f9d504e693da5c53391781db00d334
Diffstat (limited to 'libsrtp2.pc.in')
-rw-r--r-- | libsrtp2.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libsrtp2.pc.in b/libsrtp2.pc.in new file mode 100644 index 0000000..fcb8652 --- /dev/null +++ b/libsrtp2.pc.in @@ -0,0 +1,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} |