]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[Build-System] Add a local pc file for use with out of tree mods built in tree.
authorMike Jerris <mike@signalwire.com>
Wed, 20 May 2020 20:54:01 +0000 (00:54 +0400)
committerAndrey Volk <andywolk@gmail.com>
Thu, 4 Jun 2020 18:41:42 +0000 (22:41 +0400)
build/standalone_module/freeswitch.pc.in [new file with mode: 0644]
configure.ac

diff --git a/build/standalone_module/freeswitch.pc.in b/build/standalone_module/freeswitch.pc.in
new file mode 100644 (file)
index 0000000..ee46359
--- /dev/null
@@ -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
+
index ba52b60566b8c4ee769b4d6c9e678784d417792b..13cea786fcfbfbffb095fc418629445c30c6b0c8 100644 (file)
@@ -2033,6 +2033,7 @@ AC_CONFIG_FILES([Makefile
                build/getlib.sh
                build/getg729.sh
                build/freeswitch.pc
+               build/standalone_module/freeswitch.pc
                build/modmake.rules
                 libs/esl/Makefile
                 libs/esl/perl/Makefile