summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* Re-add cgroups agent to the buildAndy Wingo2016-03-06
| | | | The helper is now named logind-cgroups-agent.
* PKTTYAGENT make variableAndy Wingo2015-09-01
| | | | | * Makefile.am (PKTTYAGENT): Define as a variable so that users can make PKTTYAGENT=/whatever to select a specific pkttyagent path.
* Add --with-libcap optionAndy Wingo2015-08-26
| | | | | * configure.ac: Add --with-libcap option. * Makefile.am (libelogind_shared_la_LDFLAGS): Add CAP_LDFLAGS.
* Handle suspend/hibernate/hybrid-suspend/shutdown/reboot directlyAndy Wingo2015-08-23
| | | | | | | | | | | | | | * configure.ac: Get paths of halt and reboot. * Makefile.am (systemsleepdir, systemshutdowndir): New variables. Look in them for hooks to run. * src/login/logind-action.c: Inline the salient bits from systemd's system-sleep.c here. * src/login/logind-dbus.c (execute_shutdown_or_sleep): Call our own shutdown_or_sleep helper instead of invoking a systemd method. * src/login/logind.h: Declare shutdown_or_sleep.
* Play better with non-FHS distrosAndy Wingo2015-08-19
| | | | | | | | | * 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.
* Remove sd-path interfaceAndy Wingo2015-08-19
| | | | | | | * src/libelogind/sd-path/sd-path.c: * src/systemd/sd-path.h: Remove files. These interfaces are not compatible with Guix. * Makefile.am: Adapt.
* Add rules to build and install the public libelogind libraryAndy Wingo2015-08-18
| | | | * Makefile.am: Actually build and install libelogind.
* Fix distcheckAndy Wingo2015-08-18
|
* Remove reference to non-existing file.Ricardo Wurmus2015-08-15
|
* Do not install aliases for units.Ricardo Wurmus2015-08-15
|
* rename libsystemd*.pc.in to libelogind*.pc.inRicardo Wurmus2015-08-15
|
* Remove more extraneous Makefile.am bitsAndy Wingo2015-04-20
|
* Get rid of some more unused defines and dirsAndy Wingo2015-04-19
|
* Remove certificate root checksAndy Wingo2015-04-19
|
* Remove TTY_GID checksAndy Wingo2015-04-19
|
* Remove myhostname checks/supportAndy Wingo2015-04-19
|
* Remove loadkeys/setfont checksAndy Wingo2015-04-19
|
* Remove rc.local checksAndy Wingo2015-04-19
|
* Remove resolved check and default DNS serversAndy Wingo2015-04-19
|
* Remove EFI supportAndy Wingo2015-04-19
|
* Remove timesyncd check, along with NTP server and epoch checksAndy Wingo2015-04-19
|
* Remove debug-shell / secure-tty supportAndy Wingo2015-04-19
|
* Remove librt checkAndy Wingo2015-04-19
|
* Remove sulogin supportAndy Wingo2015-04-19
|
* Remove kmod supportAndy Wingo2015-04-19
|
* Remove kill checksAndy Wingo2015-04-19
|
* Remove quotaon/quotacheck checksAndy Wingo2015-04-19
|
* Remove src/coreAndy Wingo2015-04-19
|
* Rename more things to elogindAndy Wingo2015-04-19
|
* pam_elogind compilingAndy Wingo2015-04-08
|
* Compiling.Andy Wingo2015-04-08
|
* Remove HAVE_PYTHON bitsAndy Wingo2015-04-08
|
* Gut Makefile.amAndy Wingo2015-04-08
|
* Remove libiptc thingsAndy Wingo2015-04-08
|
* Remove SysV compatAndy Wingo2015-04-08
|
* Remove utmp thingsAndy Wingo2015-04-08
|
* Make autoreconf work againAndy Wingo2015-04-08
|
* libudev: device - replace by a thin wrapper around sd-deviceTom Gundersen2015-04-02
|
* libsystemd: add sd-device libraryTom Gundersen2015-04-02
| | | | | | | | | | | | 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.
* timedate: remove daylight saving time handling and tzfile parserKay Sievers2015-03-24
| | | | | | | | | | | | 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.
* hwdb: ship ids-update.pl & sdio.ids in the release tarballsDimitri John Ledkov2015-03-19
| | | | | This makes it easier to apply stable branch patches on top of the release tarball.
* resolved: Do not add .busname dependencies, when compiling without kdbus.Dimitri John Ledkov2015-03-19
|
* build-sys: fix name of new rules fileKay Sievers2015-03-12
|
* rules: merge tty and serial rules fileKay Sievers2015-03-12
|
* rules: merge udev-late.rules filesKay Sievers2015-03-12
|
* rules: move block device rules to its own rules fileKay Sievers2015-03-12
|
* sysctl: move property handling to shared/Kay Sievers2015-03-11
|
* importd: add API for exporting container/VM imagesLennart Poettering2015-03-09
| | | | Also, expose it in machinectl.
* build-sys: generate CLEANFILES from EXTRA_DISTZbigniew Jędrzejewski-Szmek2015-03-04
| | | | | | | | | 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.
* importd: add new bus calls for importing local tar and raw imagesLennart Poettering2015-03-05
| | | | | | | | 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.