mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
Update: Renamed libpermafrost libigloo
This commit is contained in:
parent
d8885f5668
commit
5986d17e47
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user