forked from Mirrors/freeswitch
900f1ed2ef
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@967 a93c3328-9c30-0410-af19-c9cd2b2d52af
18 lines
298 B
PkgConfig
18 lines
298 B
PkgConfig
#
|
|
# OpenZAP pkg-config file
|
|
#
|
|
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenZAP
|
|
Description:
|
|
Version: @PACKAGE_VERSION@
|
|
URL: http://www.openzap.org/
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lopenzap
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|