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

* Make sure that the prerelease version is included in `--version'.

This commit is contained in:
Eelco Dolstra 2004-10-25 12:15:50 +00:00
parent 50b9caac14
commit 2248becfd3
2 changed files with 3 additions and 1 deletions

View file

@ -7,5 +7,5 @@ AM_CXXFLAGS = \
-DNIX_DATA_DIR=\"$(datadir)\" \
-DNIX_STATE_DIR=\"$(localstatedir)/nix\" \
-DNIX_LOG_DIR=\"$(localstatedir)/log/nix\" \
-DNIX_VERSION=\"$(VERSION)\" \
-DNIX_VERSION=\"$(NIX_VERSION)\" \
-I.. ${aterm_include} -I../libutil -I../libstore