1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Add ‘make dist’ support

This commit is contained in:
Eelco Dolstra 2013-11-22 16:42:25 +01:00
parent eff6c4b791
commit 62e35cc3a8
3 changed files with 23 additions and 6 deletions

View file

@ -16,4 +16,4 @@ libstore_CXXFLAGS = \
-DNIX_CONF_DIR=\"$(sysconfdir)/nix\" \
-DNIX_LIBEXEC_DIR=\"$(libexecdir)\" \
-DNIX_BIN_DIR=\"$(bindir)\" \
-DNIX_VERSION=\"$(VERSION)\"
-DNIX_VERSION=\"$(PACKAGE_VERSION)\"