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:
parent
c3ee8c9166
commit
66c115ef5f
6 changed files with 14 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue