summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix build regressionArnaud Quette2015-08-101-0/+1
| | | | | | | The removal of dbus-glib and libdbus build dependencies has introduced a build regression on upower, which fails to link with gobject Signed-off-by: Richard Hughes <richard@hughsie.com>
* build: remove dependency on dbus-glib and libdbusCosimo Cecchi2015-07-291-2/+0
| | | | Nothing depends on it any more.
* Use PIE to better secure installed tools and also use full RELRO in the daemonRichard Hughes2013-05-071-1/+4
|
* Don't use the deprecated INCLUDES in Makefile.amRichard Hughes2013-01-141-1/+1
|
* Use git.mk and remove the manual .gitignore filesRichard Hughes2011-07-191-0/+2
|
* upower needs -pthreadLandry Breuil2011-03-211-0/+2
| | | | Signed-off-by: Richard Hughes <richard@hughsie.com>
* Drop devkit and devkit-power-daemon symlinksMichael Biebl2011-02-231-3/+0
| | | | Signed-off-by: Richard Hughes <richard@hughsie.com>
* Port from EggDebug to the GLib built-in logging frameworkRichard Hughes2010-11-011-2/+1
|
* Make the upower client tool use libupwer-glib, rather than devit-power-gobjectRichard Hughes2010-02-051-3/+3
|
* Remove EGG_* log define.Michael Biebl2010-02-051-4/+0
| | | | | The EGG_* log defines don't seem to be used and still reference the old DeviceKit-power name. So just remove it.
* Rename the man pages and rename the main daemon binary nameRichard Hughes2010-01-211-1/+1
|
* Make the client tool be called upower, but maintain a symlink to devkit-powerRichard Hughes2010-01-211-28/+7
|
* Rename the DBus service from org.freedesktop.DeviceKit.Power to ↵Richard Hughes2010-01-181-2/+2
| | | | org.freedesktop.UPower
* trivial: rename some internal defines for the upower moveRichard Hughes2010-01-181-3/+3
|
* trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or ↵Richard Hughes2010-01-181-8/+8
| | | | ABI changes
* I must learn to spell deprecated...Richard Hughes2009-07-031-1/+1
|
* Protect the non-GObject accessors with DKP_DISABLE_DEPRECIATED and fix up ↵Richard Hughes2009-07-031-0/+1
| | | | the client tool
* move the library directory from libdevkit-power to devkit-power-gobjectRichard Hughes2009-02-271-2/+2
|
* trivial: fix make distcheckRichard Hughes2009-02-261-11/+12
|
* bugfix: remove use of EggObjList, which was pretty hacky, and try to make ↵Richard Hughes2009-02-261-0/+1
| | | | the library more sane
* trivial: add a fixmeRichard Hughes2009-01-231-1/+0
|
* nuke devkit-power-on-battery for nowDavid Zeuthen2008-11-111-17/+1
|
* trivial: update defines needed for egg debugging codeRichard Hughes2008-10-231-1/+4
|
* convert to using egg_ functionality like other projectsRichard Hughes2008-08-281-0/+5
|
* move DkpClient and DkpClientDevice to libdevkit-powerRichard Hughes2008-08-111-4/+0
|
* refactor out DkpDevice and DkpSupply so we can add another type of device ↵Richard Hughes2008-08-091-4/+4
| | | | without a metric ton of copy and paste
* abstract out the client and client device parts of the devkit-power toolRichard Hughes2008-08-051-0/+4
|
* add a new ninary to get the battery power stateRichard Hughes2008-08-041-3/+16
|
* of course, the right thing to do is make a static lib to avoid playing with ↵Richard Hughes2008-08-011-3/+4
| | | | ../src/ type paths
* abstract out the meta-device into a seporate struct so we can copy it, check ↵Richard Hughes2008-08-011-0/+2
| | | | for changes and print it
* rework devkit-power tool, more work to comeRichard Hughes2008-08-011-9/+10
|
* initial commitDavid Zeuthen2008-05-081-0/+49