mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
11 lines
248 B
PkgConfig
11 lines
248 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: igloo
|
|
Description: Common used helpers for Icecast and related projects
|
|
Version: @VERSION@
|
|
Cflags: -I${includedir} -pthread
|
|
Libs: -L${libdir} -ligloo -pthread
|