summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove autotoolsBastien Nocera2021-09-061-63/+0
|
* build: Force enable introspection for "make distcheck" to workBastien Nocera2021-06-171-1/+2
| | | | | Introspection support is needed to be able to instatiate a UPClient object in the test suite.
* doc: Fix dist not workingBastien Nocera2018-10-251-1/+1
| | | | | | | | | | automake's documentation says that it works depth-first, but it doesn't actually go depth first when dist'ing a directory. So our .ref.xml files aren't generated when we try to get them added to the dist. Fix this with a big hammer by moving the generation to the current directory, rather than spending any more time working with automake. Can't wait for the meson port.
* rules: Fix distcheck'ing not being able to install udev rulesBastien Nocera2015-09-231-2/+3
|
* Share generated code between daemon and libraryCosimo Cecchi2015-07-291-1/+1
| | | | | Since we use the same GDBus code in libupower-glib and the daemon, auto-generate a private library that can be used by both.
* Remove QoS interfaceBastien Nocera2013-10-141-1/+1
| | | | | | | It was added for some workloads, but ill-suited and never really got traction. Using cgroups to manage the resources of particular services (using systemd), or something separate like rtkit is a better bet.
* trivial: Fix the gitignore filesRichard Hughes2013-05-071-14/+14
|
* Install a systemd service file if systemd is usedBenedikt Morbach2012-01-171-1/+2
| | | | | | | This makes dbus defer starting upowerd to systemd instead of doing it itself and thus puts the daemon under proper systemd supervision. Signed-off-by: Richard Hughes <richard@hughsie.com>
* Use git.mk and remove the manual .gitignore filesRichard Hughes2011-07-191-2/+20
|
* Honour ACLOCAL_FLAGS in Makefile.amRichard Hughes2011-03-141-1/+1
|
* Do not dist the UPowerGlib-1.0.gir file to fix building on F14Richard Hughes2010-10-121-1/+1
|
* Remove devkit-power-gobjectRichard Hughes2010-08-311-2/+2
|
* Add a config file with SleepTimeout and AllowHibernateEncryptedSwap entriesRichard Hughes2010-04-141-1/+1
|
* Simplify udev subdirectory handlingMichael Biebl2010-03-261-2/+4
| | | | | | | | | Use the BACKEND_TYPE_LINUX automake conditional to include the rules directory. This way we don't need to specify DIST_SUBDIRS and can get rid of UDEV_RULES. Less redundandcy, less chance to miss a directory in the dist tarball. Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
* Add libupower so applications can switch away from devkit-power-gobjectRichard Hughes2010-01-251-3/+3
|
* trivial: enable gtk-doc in make distcheckRichard Hughes2010-01-181-1/+1
|
* Add initial GObject introspection supportRichard Hughes2010-01-151-1/+3
|
* import the FreeBSD backendJoe Marcus Clarke2010-01-031-1/+3
| | | | | Add a backend for FreeBSD supporting AC power lines, batteries, and lid state.
* Move the udev rules to thier own directoryRichard Hughes2009-07-031-1/+1
|
* trivial: add make snapshotRichard Hughes2009-04-011-0/+3
|
* trivial: make pc file the same format at DeviceKitRichard Hughes2009-03-241-1/+1
|
* Ship a shared library. There are now two external projects using copies of ↵Richard Hughes2009-02-271-0/+3
| | | | this, which is rediculous
* move the library directory from libdevkit-power to devkit-power-gobjectRichard Hughes2009-02-271-1/+1
|
* fix up deps and build systemDavid Zeuthen2008-11-111-10/+1
|
* don't export a shared libraryRichard Hughes2008-08-201-3/+0
|
* .pc file should be called devkit-power not devicekit-powerRichard Hughes2008-08-151-1/+1
|
* make the library into a proper shared library I can use in gnome-power-managerRichard Hughes2008-08-111-0/+3
|
* of course, the right thing to do is make a static lib to avoid playing with ↵Richard Hughes2008-08-011-1/+1
| | | | ../src/ type paths
* initial commitDavid Zeuthen2008-05-081-0/+39