diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-25T13·01+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-25T13·01+0000 |
commit | 66c115ef5faabb1bcd47ac0d375aeee39b300c43 (patch) | |
tree | 617a91ef6c858e483af44aeeb6f12ae42411ee23 /src/nix-store/Makefile.am | |
parent | c3ee8c9166e32031a61c397594be4aef127862d4 (diff) |
* More `make dist' fixes.
Diffstat (limited to 'src/nix-store/Makefile.am')
-rw-r--r-- | src/nix-store/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nix-store/Makefile.am b/src/nix-store/Makefile.am index 516d78efc5c2..be35c5f27f92 100644 --- a/src/nix-store/Makefile.am +++ b/src/nix-store/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = nix-store -nix_store_SOURCES = main.cc dotgraph.cc +nix_store_SOURCES = main.cc dotgraph.cc dotgraph.hh help.txt.hh nix_store_LDADD = ../libmain/libmain.a ../libstore/libstore.a ../libutil/libutil.a \ ../boost/format/libformat.a -L../../externals/inst/lib -ldb_cxx -lATerm @@ -21,5 +21,3 @@ install-data-local: $(INSTALL) -d $(localstatedir)/log/nix $(INSTALL) -d $(prefix)/store $(bindir)/nix-store --init - -EXTRA_DIST = *.hh |