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/libexpr | |
parent | 14772783e66a6e67726872926834c0e9f7210e6d (diff) |
Allow (dynamic) libraries to depend on other libraries
Diffstat (limited to 'src/libexpr')
-rw-r--r-- | src/libexpr/Makefile.new | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libexpr/Makefile.new b/src/libexpr/Makefile.new index 3fd4fc7b2161..ded112107fe8 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 |