1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-01 03:54:15 -04:00
icecast-common/igloo.pc.in

11 lines
248 B
PkgConfig
Raw Permalink Normal View History

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