1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-23 06:25:25 +00:00
icecast-common/igloo.pc.in

11 lines
248 B
PkgConfig
Raw Permalink Normal View History

2018-10-11 13:04:44 +00:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
2018-10-12 09:25:16 +00:00
Name: igloo
2018-10-11 13:04:44 +00:00
Description: Common used helpers for Icecast and related projects
Version: @VERSION@
Cflags: -I${includedir} -pthread
2018-10-12 09:25:16 +00:00
Libs: -L${libdir} -ligloo -pthread