1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-04 19:41:48 +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,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