summaryrefslogtreecommitdiff
path: root/src/systemd.pc.in
AgeCommit message (Collapse)Author
2012-04-12move more main systemd parts to core/Kay Sievers
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
2012-03-14pkg-config: bring unit search path order in sync with the codeLennart Poettering
2012-03-14conf: when looking for configurations look in /etc first, in /run secondLennart Poettering
After long consideration we came to the conclusion that user configuration in /etc should always override the (generally computer generated) configuration in /run. User configuration should always be what matters over anything else. Hence rearrange the search orders accordingly. In general this should change very little as overriding like this is seldomn done so far, and the order between /etc and /usr stays the same.
2012-01-30pkg-config: rootlibexecdir -> systemdutildirKay Sievers
Better don't export historic names for split / vs. /usr filesysystems.
2012-01-27pkg-config: export libexecdir, so that that gdm can use it to find the x ↵Lennart Poettering
server wrapper
2012-01-07build-sys: move .pc files next to the matching sourcesLennart Poettering