about summary refs log tree commit diff
path: root/src/nix
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nix/Makefile.am b/src/nix/Makefile.am
index c4368a37c6dd..8a52be364f1a 100644
--- a/src/nix/Makefile.am
+++ b/src/nix/Makefile.am
@@ -1,7 +1,7 @@
 bin_PROGRAMS = nix
 
 nix_SOURCES = nix.cc dotgraph.cc
-nix_LDADD = ../libmain/libmain.a ../libnix/libnix.a ../libutil/libutil.a \
+nix_LDADD = ../libmain/libmain.a ../libstore/libstore.a ../libutil/libutil.a \
  ../boost/format/libformat.a -L../../externals/inst/lib -ldb_cxx -lATerm
 
 nix.o: nix-help.txt.hh
@@ -12,7 +12,7 @@ nix.o: nix-help.txt.hh
 	echo '"' >> $@
 
 AM_CXXFLAGS = \
- -I.. -I../../externals/inst/include -I../libutil -I../libnix -I../libmain
+ -I.. -I../../externals/inst/include -I../libutil -I../libstore -I../libmain
 
 install-data-local:
 	$(INSTALL) -d $(localstatedir)/nix