diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-23T20·11+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-23T20·11+0000 |
commit | 90dfb37f147941e5edf262c27e269cdfd1e8dcfb (patch) | |
tree | 31293e2bfb2e401f6dd8aa39bc74c2ed895c0b4e /src/libmain | |
parent | 14772783e66a6e67726872926834c0e9f7210e6d (diff) |
Allow (dynamic) libraries to depend on other libraries
Diffstat (limited to 'src/libmain')
-rw-r--r-- | src/libmain/Makefile.new | 2 |
1 files changed, 2 insertions, 0 deletions
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) |