mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
10 lines
206 B
PkgConfig
10 lines
206 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libst
|
|
Description: State Thread Library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lst
|
|
Cflags: -I${includedir}
|