mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-01-25 02:07:54 +00:00
[Build-System] Add a local pc file for use with out of tree mods built in tree.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user