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 /Makefile.config.in | |
parent | eff6c4b791ad0a8b9a8499fcbcc2add7154d4dca (diff) |
Add ‘make dist’ support
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 3bb8cdda48ba..25e537bcca07 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -1,4 +1,5 @@ -VERSION = @VERSION@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ bindir = @bindir@ datadir = @datadir@ datarootdir = @datarootdir@ |