about summary refs log tree commit diff
path: root/src/libexpr
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr')
-rw-r--r--src/libexpr/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libexpr/Makefile.am b/src/libexpr/Makefile.am
index 71c1f89f1dcd..a11dbbda6c26 100644
--- a/src/libexpr/Makefile.am
+++ b/src/libexpr/Makefile.am
@@ -1,6 +1,7 @@
 noinst_LIBRARIES = libexpr.a
 
-libexpr_a_SOURCES = nixexpr.cc parser.cc eval.cc primops.cc
+libexpr_a_SOURCES = nixexpr.cc nixexpr.hh parser.cc parser.hh \
+ eval.cc eval.hh primops.cc primops.hh nix.sdf
 
 AM_CXXFLAGS = \
  -I.. -I../../externals/inst/include -I../libutil -I../libstore