summaryrefslogtreecommitdiffstats
path: root/libck-connector/ck-connector.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* add a new configure option --with-slibdir to use for connectorWilliam Jon McCann2007-03-131-1/+1
| | | | Turns out that just using libdir breaks the .pc file install.
* install the connector into libdir by defaultWilliam Jon McCann2007-03-131-1/+1
| | | | | | | | If building the PAM module then it probably should be going into /lib. However, hardcoding /lib makes it very difficult to build as non-root, breaks make distcheck, and probably isn't correct for 64 bit systems. If you are a distro you should probably configure using --libdir=/lib.
* add a connector library and (reluctantly) a PAM moduleDavid Zeuthen2007-02-281-0/+9
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?