mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-03 01:13:30 +00:00
[Build-System] Add a local pc file for use with out of tree mods built in tree.
This commit is contained in:
parent
c0a4f06d77
commit
5239c6dcb0
25
build/standalone_module/freeswitch.pc.in
Normal file
25
build/standalone_module/freeswitch.pc.in
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@switch_builddir@
|
||||||
|
libexecdir=@libexecdir@
|
||||||
|
includedir=@switch_srcdir@/src/include
|
||||||
|
modulesdir=@modulesdir@
|
||||||
|
runtimedir=@runtimedir@
|
||||||
|
logfiledir=@logfiledir@
|
||||||
|
sysconfdir=@sysconfdir@
|
||||||
|
confdir=@confdir@
|
||||||
|
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} -I@switch_builddir@/src/include -I@switch_srcdir@/libs/libteletone/src
|
||||||
|
|
@ -2033,6 +2033,7 @@ AC_CONFIG_FILES([Makefile
|
|||||||
build/getlib.sh
|
build/getlib.sh
|
||||||
build/getg729.sh
|
build/getg729.sh
|
||||||
build/freeswitch.pc
|
build/freeswitch.pc
|
||||||
|
build/standalone_module/freeswitch.pc
|
||||||
build/modmake.rules
|
build/modmake.rules
|
||||||
libs/esl/Makefile
|
libs/esl/Makefile
|
||||||
libs/esl/perl/Makefile
|
libs/esl/perl/Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user