From: Dhaval Giani Date: Mon, 16 Feb 2009 08:49:28 +0000 (+0000) Subject: libcgroup: Install the PAM module X-Git-Tag: v0.34~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ca5d9b4a38994aa71fbdb14fd5d65c81bf5216;p=thirdparty%2Flibcgroup.git libcgroup: Install the PAM module From: Jan Safranek Install the PAM module to suitable directory. I didn't find any AC macro for location of the PAM module, I hope static path is OK. Signed-off-by: Jan Safranek Signed-off-by: Dhaval Giani git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@328 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- diff --git a/Makefile.in b/Makefile.in index ce0cc0b3..d1971cf5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -76,6 +76,7 @@ install: $(TARGETS) $(INSTALL) -D cgclassify $(DESTDIR)$(bindir)/cgclassify $(INSTALL) -D cgrulesengd $(DESTDIR)$(bindir)/cgrulesengd $(INSTALL) -D doc/man/cgconfig.conf.5 $(DESTDIR)$(mandir)/man5/cgconfig.conf.5 + $(INSTALL) -D pam_cgroup.so $(DESTDIR)$(libdir)/security/pam_cgroup.so uninstall: libcgroup.so rm -f $(DESTDIR)$(includedir)/libcgroup.h @@ -87,6 +88,7 @@ uninstall: libcgroup.so rm -f $(DESTDIR)$(bindir)/cgclassify rm -f $(DESTDIR)$(bindir)/cgrulesengd rm -f $(DESTDIR)$(mandir)/man5/cgconfig.conf.5 + rm -f $(DESTDIR)$(libdir)/security/pam_cgroup.so clean: \rm -f y.tab.c y.tab.h lex.yy.c y.output libcgroup.so cgclassify \