diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-22T15·42+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-22T15·42+0100 |
commit | 62e35cc3a893e3bc4ed1fe2a37ba67af9859b4cb (patch) | |
tree | db19bba388dfc3808647d878dc32633bb0e73ecd /src/libstore/Makefile.new | |
parent | eff6c4b791ad0a8b9a8499fcbcc2add7154d4dca (diff) |
Add ‘make dist’ support
Diffstat (limited to 'src/libstore/Makefile.new')
-rw-r--r-- | src/libstore/Makefile.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/Makefile.new b/src/libstore/Makefile.new index 24011c244349..7b08af047e2c 100644 --- a/src/libstore/Makefile.new +++ b/src/libstore/Makefile.new @@ -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)\" |