1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00
icecast-server/Makefile.am

14 lines
313 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
2017-11-11 17:45:06 -05:00
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src conf doc web admin win32 examples tests
2018-05-28 11:33:49 -04:00
EXTRA_DIST = README.md HACKING
docdir = $(datadir)/doc/$(PACKAGE)
doc_DATA = README.md AUTHORS COPYING NEWS ChangeLog
static:
$(MAKE) all LDFLAGS="${LDFLAGS} -all-static"