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:
parent
c3ee8c9166
commit
66c115ef5f
6 changed files with 14 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue