about summary refs log tree commit diff
path: root/src/libexpr
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2009-03-06T11·01+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2009-03-06T11·01+0000
commitd4753c944f62cd92ee05947a5881b8ae4dc0aa21 (patch)
treef7c833e22cd8f2fb441f2b8faabcd68f33f5c402 /src/libexpr
parent0e6f6041784ed6d3a3851b20a1d93604e3ae27aa (diff)
Diffstat (limited to 'src/libexpr')
-rw-r--r--src/libexpr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/Makefile.am b/src/libexpr/Makefile.am
index aacc1dcc3b16..09be6f327f65 100644
--- a/src/libexpr/Makefile.am
+++ b/src/libexpr/Makefile.am
@@ -8,7 +8,7 @@ libexpr_la_SOURCES = \
 pkginclude_HEADERS = \
  nixexpr.hh eval.hh parser.hh lexer-tab.hh parser-tab.hh \
  get-drvs.hh attr-path.hh expr-to-xml.hh common-opts.hh \
- names.hh
+ names.hh nixexpr-ast.hh
 
 libexpr_la_LIBADD = ../libutil/libutil.la ../libstore/libstore.la \
  ../boost/format/libformat.la