From 5cc289aa662fed4c3619cc92255d8966119c2e32 Mon Sep 17 00:00:00 2001 From: Mark Hills Date: Sat, 21 Jul 2012 17:30:28 +0100 Subject: [PATCH] Formatting --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 383e4ff..2bf251b 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ -include .config -CFLAGS+=-MMD -Wall +CFLAGS += -MMD -Wall -LDLIBS_ASOUND?=-lasound -LDLIBS_OPUS?=-lopus -LDLIBS_ORTP?=-lortp +LDLIBS_ASOUND ?= -lasound +LDLIBS_OPUS ?= -lopus +LDLIBS_ORTP ?= -lortp -LDLIBS+=$(LDLIBS_ASOUND) $(LDLIBS_OPUS) $(LDLIBS_ORTP) +LDLIBS += $(LDLIBS_ASOUND) $(LDLIBS_OPUS) $(LDLIBS_ORTP) .PHONY: all clean