summaryrefslogtreecommitdiff
path: root/src/freebsd/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-01-14Don't use the deprecated INCLUDES in Makefile.amRichard Hughes1-1/+1
2011-07-19Use git.mk and remove the manual .gitignore filesRichard Hughes1-0/+1
2010-11-01Port from EggDebug to the GLib built-in logging frameworkRichard Hughes1-0/+1
2010-03-26Remove libdevkit-power-gobject dependency from backendsMichael Biebl1-1/+0
The backends [linux/freebsd/dummy] no longer require libdevkit-power-gobject, so - remove -I$(top_srcdir)/devkit-power-gobject from the include path - don't link the backends against libdevkit-power-gobject but upowerd (which unfortunately still needs it). Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2010-02-06devkit-power-gobject/up-enum.h be goneMichael Biebl1-0/+1
Port from devkit-power-gobject/up-enum.h to libupower-glib/up-types.h
2010-02-05Remove EGG_* log define.Michael Biebl1-4/+0
The EGG_* log defines don't seem to be used and still reference the old DeviceKit-power name. So just remove it.
2010-01-18trivial: rename some internal defines for the upower moveRichard Hughes1-5/+5
2010-01-18trivial: switch to using the new internal library name (no ABI or API break)Richard Hughes1-4/+4
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or ↵Richard Hughes1-12/+12
ABI changes
2010-01-03import the FreeBSD backendJoe Marcus Clarke1-0/+45
Add a backend for FreeBSD supporting AC power lines, batteries, and lid state.