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
$(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
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 \