forked from Mirrors/freeswitch
2ecac238f3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3774 d0543943-73ff-0310-b7d9-9358b9ac24b2
16 lines
365 B
PkgConfig
16 lines
365 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
libexecdir=@libexecdir@
|
|
includedir=@includedir@
|
|
include_sofiadir=@include_sofiadir@
|
|
sofiaawkdir=@datadir@/@PACKAGE@
|
|
|
|
Name: sofia-sip-ua
|
|
Description: Sofia-SIP - a RFC3261 compliant SIP User-Agent library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lsofia-sip-ua
|
|
Libs.private: @LIBS@
|
|
Cflags: -I@include_sofiadir@
|
|
|