X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=5a255a777eb572073826d424488f219d937bde55;hp=643075941d3453bfc84ca186aac7e4dc173458b3;hb=91ed862b92c24c305f772ca6a5d6c7bd4f9f9159;hpb=8ee71345ece2e781ffa955498fd90283260a5403 diff --git a/Makefile.in b/Makefile.in index 64307594..5a255a77 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,6 +27,7 @@ ogg_ldflags := @ogg_ldflags@ vorbis_ldflags := @vorbis_ldflags@ speex_ldflags := @speex_ldflags@ opus_ldflags := @opus_ldflags@ +faad_ldflags := @faad_ldflags@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") @@ -268,8 +269,12 @@ para_audiod \ para_play \ para_afh \ para_recv \ -: LDFLAGS += $(ogg_ldflags) $(vorbis_ldflags) $(speex_ldflags) $(opus_ldflags) - +: LDFLAGS += \ + $(ogg_ldflags) \ + $(vorbis_ldflags) \ + $(speex_ldflags) \ + $(opus_ldflags) \ + $(faad_ldflags) para_recv: $(recv_objs) @[ -z "$(Q)" ] || echo 'LD $@'