Fix encapiwrapper: we need a th_info struct at the start of th_enc_ctx in order
[xiph/unicode.git] / icecast2yp / Makefile.am
blobfb3c103a58d46bcb64825fa21320690596cd5252
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = 1.6 foreign dist-zip
4 ACLOCAL_AMFLAGS = -I m4
6 SUBDIRS = src sql
8 debug:
9         $(MAKE) all CFLAGS="@DEBUG@"
11 profile:
12         $(MAKE) all CFLAGS="@PROFILE@"
13 static:
14         $(MAKE) all LDFLAGS="${LDFLAGS} -all-static"