From fed7e94f76c4279015354ff210bc72f1ac68af70 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Wed, 28 Feb 2007 13:52:17 -0500 Subject: add a connector library and (reluctantly) a PAM module Here are some patches to add one library and one PAM module so other programs (apart from gdm) can easily interact with ConsoleKit. It's mainly going to be used, I think, by login(1) and xinit(1). I'm not super happy about doing a PAM module but the Fedora util-linux package maintainer seems to be insist on this instead of just patching login(1). The PAM module isn't built by default. Both pieces of code are licensed under the MIT license as god knows what might want to use them. Sounds good to you? --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5cae098..55f71b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,8 @@ SUBDIRS = \ src \ tools \ data \ + libck-connector \ + pam-ck-connector \ $(NULL) EXTRA_DIST = \ -- cgit