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

Add target for building icecast against static libs only

svn path=/trunk/icecast/; revision=5861
This commit is contained in:
Karl Heyes 2004-02-24 22:34:34 +00:00
parent dac1cf97dc
commit c1bb9e983b

View File

@ -17,3 +17,6 @@ debug:
profile:
$(MAKE) all CFLAGS="@PROFILE@"
static:
$(MAKE) all LDFLAGS="${LDFLAGS} -all-static"