1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-16 06:15:24 +00:00

Update: Renamed libpermafrost libigloo

This commit is contained in:
Philipp Schafft 2018-10-12 09:25:16 +00:00
parent d8885f5668
commit 5986d17e47
5 changed files with 9 additions and 9 deletions

View File

@ -4,10 +4,10 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = avl httpp log net thread timing
lib_LTLIBRARIES = libpermafrost.la
lib_LTLIBRARIES = libigloo.la
libpermafrost_la_SOURCES = libpermafrost.c
libpermafrost_la_LIBADD = \
libigloo_la_SOURCES = libigloo.c
libigloo_la_LIBADD = \
avl/libiceavl.la \
httpp/libicehttpp.la \
log/libicelog.la \
@ -15,7 +15,7 @@ libpermafrost_la_LIBADD = \
thread/libicethread.la \
timing/libicetiming.la
pkgconfig_DATA = permafrost.pc
pkgconfig_DATA = igloo.pc
static:
$(MAKE) all LDFLAGS="${LDFLAGS} -all-static"

View File

@ -5,6 +5,6 @@ set -e
srcdir=$(dirname "$0")
test -n "$srcdir" && cd "$srcdir"
echo "Updating build configuration files for permafrost, please wait..."
echo "Updating build configuration files for igloo, please wait..."
autoreconf -isf

View File

@ -1,4 +1,4 @@
AC_INIT([permafrost], [0.0.1], [icecast@xiph.org])
AC_INIT([igloo], [0.0.1], [icecast@xiph.org])
AC_PREREQ([2.54])
@ -157,7 +157,7 @@ AC_CONFIG_FILES([
log/Makefile
net/Makefile
timing/Makefile
permafrost.pc
igloo.pc
])
AC_OUTPUT

View File

@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: permafrost
Name: igloo
Description: Common used helpers for Icecast and related projects
Version: @VERSION@
Cflags: -I${includedir} -pthread
Libs: -L${libdir} -lpermafrost -pthread
Libs: -L${libdir} -ligloo -pthread