1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01: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 @@
noinst_LIBRARIES = libmain.a
libmain_a_SOURCES = shared.cc
libmain_a_SOURCES = shared.cc shared.hh
AM_CXXFLAGS = \
-DNIX_STORE_DIR=\"$(prefix)/store\" \
@ -8,5 +8,3 @@ AM_CXXFLAGS = \
-DNIX_STATE_DIR=\"$(localstatedir)/nix\" \
-DNIX_LOG_DIR=\"$(localstatedir)/log/nix\" \
-I.. -I../../externals/inst/include -I../libutil -I../libstore
EXTRA_DIST = *.hh