add pkgconfig file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16256 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
650f55bf2f
commit
68b584063f
|
@ -322,6 +322,10 @@ scripts/fsxs: scripts/fsxs.in
|
||||||
##
|
##
|
||||||
## misc
|
## misc
|
||||||
##
|
##
|
||||||
|
|
||||||
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
pkgconfig_DATA = build/freeswitch.pc
|
||||||
|
|
||||||
$(switch_builddir)/modules.conf:
|
$(switch_builddir)/modules.conf:
|
||||||
if test -f $@; then touch $@; else cp $(switch_srcdir)/build/modules.conf.in $@ ;fi
|
if test -f $@; then touch $@; else cp $(switch_srcdir)/build/modules.conf.in $@ ;fi
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
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
|
src/include/switch_am_config.h
|
||||||
build/getsounds.sh
|
build/getsounds.sh
|
||||||
build/getlib.sh
|
build/getlib.sh
|
||||||
|
build/freeswitch.pc
|
||||||
build/modmake.rules
|
build/modmake.rules
|
||||||
libs/xmlrpc-c/include/xmlrpc-c/config.h
|
libs/xmlrpc-c/include/xmlrpc-c/config.h
|
||||||
libs/xmlrpc-c/xmlrpc_config.h
|
libs/xmlrpc-c/xmlrpc_config.h
|
||||||
|
|
Loading…
Reference in New Issue