if relay is for an mp3 stream, then get inline metadata by default if
[xiph/unicode.git] / httpp / Makefile.am
blob453a76fad15e29bd8457b2ce60591891af14ed39
1 ## Process this with automake to create Makefile.in
3 AUTOMAKE_OPTIONS = foreign
5 noinst_LTLIBRARIES = libicehttpp.la
6 noinst_HEADERS = httpp.h
8 libicehttpp_la_SOURCES = httpp.c
9 libicehttpp_la_CFLAGS = @XIPH_CFLAGS@
11 INCLUDES = -I$(srcdir)/..
13 # SCCS stuff (for BitKeeper)
14 GET = true
16 debug:
17         $(MAKE) all CFLAGS="@DEBUG@"
19 profile:
20         $(MAKE) all CFLAGS="@PROFILE@"