mirror of
https://github.com/openwrt/telephony.git
synced 2025-05-03 00:33:21 +08:00
14 lines
328 B
Diff
14 lines
328 B
Diff
--- a/build/freeswitch.pc.in
|
|
+++ b/build/freeswitch.pc.in
|
|
@@ -1,8 +1,8 @@
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
-libdir=@libdir@
|
|
+libdir=${exec_prefix}/lib
|
|
libexecdir=@libexecdir@
|
|
-includedir=@includedir@
|
|
+includedir=${prefix}/include/freeswitch
|
|
modulesdir=@modulesdir@
|
|
runtimedir=@runtimedir@
|
|
logfiledir=@logfiledir@
|