From d9f30fe7c74ae8518a575c0d15ee00aa46a2229a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 2 Feb 2004 10:51:54 +0000 Subject: * Sort `nix-env -q' output by derivation name. * `--version' flag for all commands. * Manual updates. --- src/libmain/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libmain/Makefile.am') diff --git a/src/libmain/Makefile.am b/src/libmain/Makefile.am index a4969ff36..6d70b0406 100644 --- a/src/libmain/Makefile.am +++ b/src/libmain/Makefile.am @@ -7,4 +7,5 @@ AM_CXXFLAGS = \ -DNIX_DATA_DIR=\"$(datadir)\" \ -DNIX_STATE_DIR=\"$(localstatedir)/nix\" \ -DNIX_LOG_DIR=\"$(localstatedir)/log/nix\" \ + -DNIX_VERSION=\"$(VERSION)\" \ -I.. -I../../externals/inst/include -I../libutil -I../libstore -- cgit v1.2.3