about summary refs log tree commit diff
path: root/src/libmain/Makefile.new
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-23T20·11+0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-23T20·11+0000
commit90dfb37f147941e5edf262c27e269cdfd1e8dcfb (patch)
tree31293e2bfb2e401f6dd8aa39bc74c2ed895c0b4e /src/libmain/Makefile.new
parent14772783e66a6e67726872926834c0e9f7210e6d (diff)
Allow (dynamic) libraries to depend on other libraries
Diffstat (limited to 'src/libmain/Makefile.new')
-rw-r--r--src/libmain/Makefile.new2
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)