summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDhaval Giani <dhaval@linux.vnet.ibm.com>2009-02-16 08:49:28 +0000
committerDhaval Giani <dhaval@linux.vnet.ibm.com>2009-02-16 08:49:28 +0000
commitb4ca5d9b4a38994aa71fbdb14fd5d65c81bf5216 (patch)
tree6ccc65e13cdaff6417090cea36627760f5789e5b /Makefile.in
parent3056bce6cd2314f5cae308595c9cec33bd2e4e57 (diff)
downloadlibcg-b4ca5d9b4a38994aa71fbdb14fd5d65c81bf5216.tar.gz
libcg-b4ca5d9b4a38994aa71fbdb14fd5d65c81bf5216.tar.xz
libcg-b4ca5d9b4a38994aa71fbdb14fd5d65c81bf5216.zip
libcgroup: Install the PAM module
From: Jan Safranek <jsafrane@redhat.com> 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 <jsafrane@redhat.com> Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@328 4f4bb910-9a46-0410-90c8-c897d4f1cd53
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ce0cc0b..d1971cf 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 \