summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-01-17Install a systemd service file if systemd is usedBenedikt Morbach1-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>
2011-07-19Use git.mk and remove the manual .gitignore filesRichard Hughes1-2/+20
2011-03-14Honour ACLOCAL_FLAGS in Makefile.amRichard Hughes1-1/+1
2010-10-12Do not dist the UPowerGlib-1.0.gir file to fix building on F14Richard Hughes1-1/+1
2010-08-31Remove devkit-power-gobjectRichard Hughes1-2/+2
2010-04-14Add a config file with SleepTimeout and AllowHibernateEncryptedSwap entriesRichard Hughes1-1/+1
2010-03-26Simplify udev subdirectory handlingMichael Biebl1-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>
2010-01-25Add libupower so applications can switch away from devkit-power-gobjectRichard Hughes1-3/+3
2010-01-18trivial: enable gtk-doc in make distcheckRichard Hughes1-1/+1
2010-01-15Add initial GObject introspection supportRichard Hughes1-1/+3
2010-01-03import the FreeBSD backendJoe Marcus Clarke1-1/+3
Add a backend for FreeBSD supporting AC power lines, batteries, and lid state.
2009-07-03Move the udev rules to thier own directoryRichard Hughes1-1/+1
2009-04-01trivial: add make snapshotRichard Hughes1-0/+3
2009-03-24trivial: make pc file the same format at DeviceKitRichard Hughes1-1/+1
2009-02-27Ship a shared library. There are now two external projects using copies of ↵Richard Hughes1-0/+3
this, which is rediculous
2009-02-27move the library directory from libdevkit-power to devkit-power-gobjectRichard Hughes1-1/+1
2008-11-11fix up deps and build systemDavid Zeuthen1-10/+1
2008-08-20don't export a shared libraryRichard Hughes1-3/+0
2008-08-15.pc file should be called devkit-power not devicekit-powerRichard Hughes1-1/+1
2008-08-11make the library into a proper shared library I can use in gnome-power-managerRichard Hughes1-0/+3
2008-08-01of course, the right thing to do is make a static lib to avoid playing with ↵Richard Hughes1-1/+1
../src/ type paths
2008-05-08initial commitDavid Zeuthen1-0/+39