From 90dfb37f147941e5edf262c27e269cdfd1e8dcfb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 23 Nov 2013 20:11:02 +0000 Subject: Allow (dynamic) libraries to depend on other libraries --- src/libmain/Makefile.new | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libmain/Makefile.new') diff --git a/src/libmain/Makefile.new b/src/libmain/Makefile.new index eed7e84afe18..86323dbd48ae 100644 --- a/src/libmain/Makefile.new +++ b/src/libmain/Makefile.new @@ -4,4 +4,6 @@ libmain_DIR := $(d) libmain_SOURCES = shared.cc stack.cc +libmain_LIBS = libstore libutil libformat + libmain_LDFLAGS_PROPAGATED = $(BDW_GC_LIBS) -- cgit 1.4.1