提交 68b58406 authored 作者: Michael Jerris's avatar Michael Jerris

add pkgconfig file

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16256 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 650f55bf
......@@ -322,6 +322,10 @@ scripts/fsxs: scripts/fsxs.in
##
## misc
##
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = build/freeswitch.pc
$(switch_builddir)/modules.conf:
if test -f $@; then touch $@; else cp $(switch_srcdir)/build/modules.conf.in $@ ;fi
......
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
libexecdir=@libexecdir@
includedir=@includedir@
modulesdir=@modulesdir@
runtimedir=@runtimedir@
logfiledir=@logfiledir@
sysconfdir=@sysconfdir@
dbdir=@dbdir@
htdocsdir=@htdocsdir@
localstatedir=@localstatedir@
grammardir=@grammardir@
soundsdir=@soundsdir@
scriptdir=@scriptdir@
recordingsdir=@recordingsdir@
bindir=@bindir@
Name: freeswitch
Version: @PACKAGE_VERSION@
Description: FreeSWITCH open source telephony platform
Libs: -L${libdir} -lfreeswitch
Cflags: -I${includedir}
......@@ -871,6 +871,7 @@ AC_CONFIG_FILES([Makefile
src/include/switch_am_config.h
build/getsounds.sh
build/getlib.sh
build/freeswitch.pc
build/modmake.rules
libs/xmlrpc-c/include/xmlrpc-c/config.h
libs/xmlrpc-c/xmlrpc_config.h
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论