libcgroup: Revert makefile change Ankita reported that putting making the makefile change broke her compile. This is because pam modules require the pam headers to be installed. Therefore don't compile the pam module by default.
Sorry Vivek :( Signed-off-by: Dhaval Giani <[EMAIL PROTECTED]> --- Makefile | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: trunk/Makefile =================================================================== --- trunk.orig/Makefile 2008-11-28 10:15:46.000000000 +0530 +++ trunk/Makefile 2008-11-28 10:17:53.000000000 +0530 @@ -29,7 +29,7 @@ PACKAGE_VERSION=0.32 CFLAGS=-g -O2 $(INC) -DPACKAGE_VERSION=$(PACKAGE_VERSION) VERSION=1 -TARGETS = libcgroup.so cgconfigparser cgexec cgclassify cgrulesengd pam_cgroup.so +TARGETS = libcgroup.so cgconfigparser cgexec cgclassify cgrulesengd all: $(TARGETS) Index: trunk/Makefile.in =================================================================== --- trunk.orig/Makefile.in 2008-11-28 10:15:46.000000000 +0530 +++ trunk/Makefile.in 2008-11-28 10:17:27.000000000 +0530 @@ -29,7 +29,7 @@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ $(INC) -DPACKAGE_VERSION=$(PACKAGE_VERSION) VERSION=1 -TARGETS = libcgroup.so cgconfigparser cgexec cgclassify cgrulesengd pam_cgroup.so +TARGETS = libcgroup.so cgconfigparser cgexec cgclassify cgrulesengd all: $(TARGETS) -- regards, Dhaval ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
