From 7613cdc74550225bd5b9a0977db8a56eee7a2867 Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Wed, 25 Feb 2009 13:34:30 +0000 Subject: libcgroup: Remove PACKAGE_VERSION from Makefile.in From: Jan Safranek PACKAGE_VERSION is defined both in config.h and Makefile.in, which results in 'PACKAGE_VERSION redefined' warnings. It should be defined only once, let's say in config.h. Signed-off-by: Jan Safranek Signed-off-by: Dhaval Giani git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@344 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index aa369e6..9856105 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,8 +26,7 @@ datarootdir=@datarootdir@ mandir=@mandir@ INSTALL=install INSTALL_DATA=install -m 644 -PACKAGE_VERSION=@PACKAGE_VERSION@ -CFLAGS=@CFLAGS@ $(INC) -DPACKAGE_VERSION=$(PACKAGE_VERSION) +CFLAGS=@CFLAGS@ $(INC) VERSION=1 TARGETS = libcgroup.so cgconfigparser cgexec cgclassify cgrulesengd pam_cgroup.so -- cgit