summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* Remove SysV compatSven Eden2017-03-14
|
* Remove DISTRO_PORTING and catalog/ files that have slithered back in.Sven Eden2017-03-14
|
* Remove utmp stuff that has found it's way back in.Sven Eden2017-03-14
|
* Prep v226: Add src/basic/copy.[hc] to libbasic, the function copy_bytes() is ↵Sven Eden2017-03-14
| | | | needed by pager.c
* Prep v226: Sync build files with upstreamSven Eden2017-03-14
|
* Prep v225: Added needed udev support and re-enabled some masked cgroup ↵Sven Eden2017-03-14
| | | | functions.
* Prep v225: Sync build files with upstreamSven Eden2017-03-14
|
* Prep v224: Major cleanup of unneeded functions and some source files.Sven Eden2017-03-14
|
* Prep v224: Sync root build files with upstreamSven Eden2017-03-14
|
* Prep v223: Sync basic build system with upstream.Sven Eden2017-03-14
|
* Prep v222: Update build system:Sven Eden2017-03-14
| | | | | | | | - The content of the man pages directory has been overhauled - Makefile-man.am was regenerated - Makefile.am and configure.ac needed a few addtitions and fixes - Some masked functions had to be unmasked - Now superfluous files have been removed
* Prep v221: Update and clean up build system to sync with upstreamSven Eden2017-03-14
| | | | | | | | | | | | | | This commit replays the moving around of source files that have been done between systemd-219 and systemd-221. Further the Makefile.am is synchronized with the upstream version and then "re-cleaned". A lot of functions, that are not used anywhere in elogind have been coated into #if 0/#endif directives to further shorten the list of dependencies. All unneeded files have been removed.
* Merge remaining elogind/master root files of the systemd upstream tag 'v220'Sven Eden2017-03-14
|
* 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
|