Merge branch 'master' of git@git.freeswitch.org:freeswitch

This commit is contained in:
Anthony Minessale 2010-03-31 12:40:41 -05:00
commit b6aaea1e9e
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
#
# OpenZAP pkg-config file
# FreeTDM pkg-config file
#
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenZAP
Name: FreeTDM
Description:
Version: @PACKAGE_VERSION@
URL: http://www.openzap.org/
Requires:
Conflicts:
Libs: -L${libdir} -lopenzap
Libs: -L${libdir} -lfreetdm
Libs.private: -lm
Cflags: -I${includedir}