1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-23 06:25:25 +00:00
icecast-common/icecast.pc.in
Philipp Schafft ed89ba2b46 Added basic files for library building
This adds the basic infrastructure to create library out of the
subdirectories. Most of the code is stolen from libshout.

libicecast.c is a dummy file that is currently needed to
build the library. If someone finds a ways to build without it
please fix and delete the file.
2015-12-14 04:23:38 +00:00

16 lines
374 B
PkgConfig

# libicecast pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
cppflags=@ICECAST_CPPFLAGS@
cflags_only=@ICECAST_CFLAGS@
Name: Icecast
Description: icecast common code library
Version: @VERSION@
Requires.private: @ICECAST_REQUIRES@
Libs: -L${libdir} -lshout
Cflags: -I${includedir} @PTHREAD_CPPFLAGS@ @ICECAST_CFLAGS@