forked from Mirrors/freeswitch
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}
|