From 66c115ef5faabb1bcd47ac0d375aeee39b300c43 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 25 Nov 2003 13:01:21 +0000 Subject: * More `make dist' fixes. --- src/libexpr/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libexpr') diff --git a/src/libexpr/Makefile.am b/src/libexpr/Makefile.am index 71c1f89f1..a11dbbda6 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 -- cgit v1.2.3