b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/build/freeswitch.pc.in |
2 | +++ b/build/freeswitch.pc.in | ||||
3 | @@ -1,8 +1,8 @@ | ||||
4 | prefix=@prefix@ | ||||
5 | exec_prefix=@exec_prefix@ | ||||
6 | -libdir=@libdir@ | ||||
7 | +libdir=${exec_prefix}/lib | ||||
8 | libexecdir=@libexecdir@ | ||||
9 | -includedir=@includedir@ | ||||
10 | +includedir=${prefix}/include/freeswitch | ||||
11 | modulesdir=@modulesdir@ | ||||
12 | runtimedir=@runtimedir@ | ||||
13 | logfiledir=@logfiledir@ |