about summary refs log tree commit diff
path: root/src/libexpr/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-09-04T22·41+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-09-04T22·41+0000
commite5a6c09b12a9a68ba604d4e95adf28482ae8fc8d (patch)
treefd119dc9b9b7fac8a91e051c9141ecdb21540f44 /src/libexpr/Makefile.am
parent4be5443882cfbe7c2aa09b1c373c220400a5133f (diff)
* Install header files in /nix/include/nix.
Diffstat (limited to 'src/libexpr/Makefile.am')
-rw-r--r--src/libexpr/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libexpr/Makefile.am b/src/libexpr/Makefile.am
index e80adaf022..01a2a2f12d 100644
--- a/src/libexpr/Makefile.am
+++ b/src/libexpr/Makefile.am
@@ -5,7 +5,10 @@ libexpr_la_SOURCES = nixexpr.cc nixexpr.hh \
  lexer-tab.cc lexer-tab.hh parser-tab.cc parser-tab.hh \
  get-drvs.cc get-drvs.hh \
  attr-path.cc attr-path.hh \
- expr-to-xml.cc expr-to-xml.hh 
+ expr-to-xml.cc expr-to-xml.hh
+
+libexpr_la_LIBADD = ../libutil/libutil.la ../libstore/libstore.la \
+ ../boost/format/libformat.la
 
 BUILT_SOURCES = nixexpr-ast.cc nixexpr-ast.hh \
  parser-tab.hh lexer-tab.hh parser-tab.cc lexer-tab.cc