summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2015-08-19Play better with non-FHS distroselogind/v219.2Andy Wingo
* Makefile.am: Remove rootprefix, rootbindir, and rootlibexecdir. udevrulesdir is substed from configure.ac. Adapt distcheck. * autogen.sh: Make more normal. * configure.ac: Add --with-udevrulesdir. Remove --with-rootprefix. Detect bin dir for udev.
2015-08-19Remove sd-path interfaceAndy Wingo
* src/libelogind/sd-path/sd-path.c: * src/systemd/sd-path.h: Remove files. These interfaces are not compatible with Guix. * Makefile.am: Adapt.
2015-08-18Add rules to build and install the public libelogind libraryAndy Wingo
* Makefile.am: Actually build and install libelogind.
2015-08-18Fix distcheckelogind/v219.0Andy Wingo
2015-08-15Remove reference to non-existing file.Ricardo Wurmus
2015-08-15Do not install aliases for units.Ricardo Wurmus
2015-08-15rename libsystemd*.pc.in to libelogind*.pc.inRicardo Wurmus
2015-04-20Remove more extraneous Makefile.am bitsAndy Wingo
2015-04-19Get rid of some more unused defines and dirsAndy Wingo
2015-04-19Remove certificate root checksAndy Wingo
2015-04-19Remove TTY_GID checksAndy Wingo
2015-04-19Remove myhostname checks/supportAndy Wingo
2015-04-19Remove loadkeys/setfont checksAndy Wingo
2015-04-19Remove rc.local checksAndy Wingo
2015-04-19Remove resolved check and default DNS serversAndy Wingo
2015-04-19Remove EFI supportAndy Wingo
2015-04-19Remove timesyncd check, along with NTP server and epoch checksAndy Wingo
2015-04-19Remove debug-shell / secure-tty supportAndy Wingo
2015-04-19Remove librt checkAndy Wingo
2015-04-19Remove sulogin supportAndy Wingo
2015-04-19Remove kmod supportAndy Wingo
2015-04-19Remove kill checksAndy Wingo
2015-04-19Remove quotaon/quotacheck checksAndy Wingo
2015-04-19Remove src/coreAndy Wingo
2015-04-19Rename more things to elogindAndy Wingo
2015-04-08pam_elogind compilingAndy Wingo
2015-04-08Compiling.Andy Wingo
2015-04-08Remove HAVE_PYTHON bitsAndy Wingo
2015-04-08Gut Makefile.amAndy Wingo
2015-04-08Remove libiptc thingsAndy Wingo
2015-04-08Remove SysV compatAndy Wingo
2015-04-08Remove utmp thingsAndy Wingo
2015-04-08Make autoreconf work againAndy Wingo
2015-04-02libudev: device - replace by a thin wrapper around sd-deviceTom Gundersen
2015-04-02libsystemd: add sd-device libraryTom Gundersen
This provides equivalent functionality to libudev-device, but in the systemd style. The public API only caters to creating sd_device objects from for devices that already exist in /sys, there is no support for listening for monitoring events or creating devices received over the udev netlink protocol. The private API contains the necessary functionality to make sd-device a drop-in replacement for libudev-device, but which we would not otherwise want to export.
2015-03-24timedate: remove daylight saving time handling and tzfile parserKay Sievers
We planned to support (the conceptually broken) daylight saving time/local time features in the kernel, SCSI, networking, FAT filesystem, but it turned out to be a race we cannot win and do not want to get involved. Systemd should not fiddle with daylight saving time or parse timezone information itself. Leave everything to glibc or tools like date(1) and do not make any promises or raise expectations that systemd should handle anything like this.
2015-03-19hwdb: ship ids-update.pl & sdio.ids in the release tarballsDimitri John Ledkov
This makes it easier to apply stable branch patches on top of the release tarball.
2015-03-19resolved: Do not add .busname dependencies, when compiling without kdbus.Dimitri John Ledkov
2015-03-12build-sys: fix name of new rules fileKay Sievers
2015-03-12rules: merge tty and serial rules fileKay Sievers
2015-03-12rules: merge udev-late.rules filesKay Sievers
2015-03-12rules: move block device rules to its own rules fileKay Sievers
2015-03-11sysctl: move property handling to shared/Kay Sievers
2015-03-09importd: add API for exporting container/VM imagesLennart Poettering
Also, expose it in machinectl.
2015-03-04build-sys: generate CLEANFILES from EXTRA_DISTZbigniew Jędrzejewski-Szmek
Everything that is generated can be assumed to belong to CLEANFILES, which means that the original file has to be in EXTRA_DIST. Simplify the rules by generating as in $subject. We have less lists to adjust manually, and 'make clean' actually removes more stuff that before.
2015-03-05importd: add new bus calls for importing local tar and raw imagesLennart Poettering
This also adds "machinectl import-raw" and "machinectl import-tar" to wrap these new bus calls. THe commands basically do for local files that "machinectl pull-raw" and friends do for remote files.
2015-03-05import: split out compression logic, so that we can share it with between ↵Lennart Poettering
import and pull calls
2015-03-05import: rename download code from "import" to "pull"Lennart Poettering
That way we can call the code for local container/VM imports "import" without confusion.
2015-03-03Do not run sysv-generator-test when sysv compat is disabledZbigniew Jędrzejewski-Szmek
2015-03-03build-sys: add fsckd.h to sourcesZbigniew Jędrzejewski-Szmek
Otherwise distribution tarfiles are not generated properly.