1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-15 04:08:09 -04:00
icecast-common/Makefile.am
2018-10-26 13:16:30 +00:00

24 lines
490 B
Makefile

## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = avl httpp log net thread timing
lib_LTLIBRARIES = libigloo.la
pkginclude_HEADERS = include/igloo.h
libigloo_la_SOURCES = src/libigloo.c
libigloo_la_LIBADD = \
avl/libiceavl.la \
httpp/libicehttpp.la \
log/libicelog.la \
net/libicenet.la \
thread/libicethread.la \
timing/libicetiming.la
pkgconfig_DATA = igloo.pc
static:
$(MAKE) all LDFLAGS="${LDFLAGS} -all-static"