diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-05-07T11·34+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-05-07T11·34+0000 |
commit | 52a9ba96f53be0a36f8229a14126302c5de966a6 (patch) | |
tree | 61f8dd2e58fb5055762f297b39e7b7355deef81f | |
parent | 6a5599fd014af87ccffd20e5fa172d8b561636d1 (diff) |
* Include the version file.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 45664d6a683c..e8c01a399fa7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = externals src scripts corepkgs doc misc tests EXTRA_DIST = substitute.mk nix.spec nix.spec.in bootstrap.sh \ - nix.conf.example NEWS + nix.conf.example NEWS version include ./substitute.mk |