From: Jan Safranek Date: Mon, 2 Mar 2009 12:09:16 +0000 (+0100) Subject: Add PACKAGE_VERSION to Makefile X-Git-Tag: v0.34~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88ae23dacc23a3e53aa5c9c626a8d0631cc602a3;p=thirdparty%2Flibcgroup.git Add PACKAGE_VERSION to Makefile By removing PACKAGE_VERSION in SVN rev. 344 I broke 'make install' - the macro must be defined there, 'make install' needs it to build library symlinks. I am sorry, I should have noticed it earlier. Signed-off-by: Jan Safranek Signed-off-by: Dhaval Giani --- diff --git a/Makefile.in b/Makefile.in index cfd633d3..07e0f1aa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,6 +26,7 @@ datarootdir=@datarootdir@ mandir=@mandir@ INSTALL=install INSTALL_DATA=install -m 644 +PACKAGE_VERSION=@PACKAGE_VERSION@ CFLAGS=@CFLAGS@ $(INC) VERSION=1