mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
8 lines
262 B
Makefile
8 lines
262 B
Makefile
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
SUBDIRS = avl net thread httpp log timing
|
||
|
|
||
|
lib_LTLIBRARIES = libicecast.la
|
||
|
libshout_la_SOURCES = libicecast.c
|
||
|
libicecast_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la httpp/libicehttpp.la thread/libicethread.la
|