* More `make dist' fixes.

This commit is contained in:
Eelco Dolstra
2003-11-25 13:01:21 +00:00
parent c3ee8c9166
commit 66c115ef5f
6 changed files with 14 additions and 18 deletions
+2 -1
View File
@@ -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