From 449511740f06a4675b0066730fa45cdb764ffafc Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Thu, 1 May 2014 13:18:57 +0200 Subject: build: handle library dependencies in configure Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak. --- common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mak') diff --git a/common.mak b/common.mak index ade9376191..cdcdc8a149 100644 --- a/common.mak +++ b/common.mak @@ -8,7 +8,7 @@ all: all-yes include $(SRC_PATH)/arch.mak OBJS += $(OBJS-yes) -FFLIBS := $(FFLIBS-yes) $(FFLIBS) +FFLIBS := $(FFLIBS-$(NAME)) $(FFLIBS-yes) $(FFLIBS) TESTPROGS += $(TESTPROGS-yes) LDLIBS = $(FFLIBS:%=%$(BUILDSUF)) -- cgit v1.2.3