diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-12-02T12·37+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-12-02T12·37+0000 |
commit | 0d3a1a8582a7b0120e35c507165db6d02ceea258 (patch) | |
tree | a39e0ccc236f2986b3e6526bd6ac054d0a8cdf78 /src/nix-hash | |
parent | 0c804c677543350a2f80206a4f47adc9b7d460e3 (diff) |
* Add missing files to `make dist'.
Diffstat (limited to 'src/nix-hash')
-rw-r--r-- | src/nix-hash/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-hash/Makefile.am b/src/nix-hash/Makefile.am index 154f7a2760d2..00bf6afd6e28 100644 --- a/src/nix-hash/Makefile.am +++ b/src/nix-hash/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = nix-hash -nix_hash_SOURCES = nix-hash.cc +nix_hash_SOURCES = nix-hash.cc help.txt nix_hash_LDADD = ../libmain/libmain.a ../libstore/libstore.a ../libutil/libutil.a \ ../boost/format/libformat.a -L../../externals/inst/lib -ldb_cxx -lATerm |