1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

* 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

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