about summary refs log tree commit diff
path: root/src/libexpr/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/libexpr/Makefile.new
parent14772783e66a6e67726872926834c0e9f7210e6d (diff)
Allow (dynamic) libraries to depend on other libraries
Diffstat (limited to 'src/libexpr/Makefile.new')
-rw-r--r--src/libexpr/Makefile.new2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libexpr/Makefile.new b/src/libexpr/Makefile.new
index 3fd4fc7b21..ded112107f 100644
--- a/src/libexpr/Makefile.new
+++ b/src/libexpr/Makefile.new
@@ -7,6 +7,8 @@ libexpr_SOURCES = \
   get-drvs.cc attr-path.cc value-to-xml.cc value-to-json.cc \
   common-opts.cc names.cc
 
+libexpr_LIBS = libutil libstore libformat
+
 $(d)/parser-tab.cc $(d)/parser-tab.hh: $(d)/parser.y
 	bison -v -o $(libexpr_DIR)/parser-tab.cc $< -d