about summary refs log tree commit diff
path: root/src/libmain/Makefile.new
diff options
context:
space:
mode:
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)