outsource ibm-acpi stuff into it's own source file
authorPhil Sutter <phil@nwl.cc>
Sat, 3 Jan 2009 23:00:52 +0000 (00:00 +0100)
committerPhil Sutter <phil@nwl.cc>
Sun, 22 Feb 2009 01:58:29 +0000 (02:58 +0100)
commitd500f1005a2af8b5fe5d4cca57c33dde99e872ee
treee43c4d7c9f160a0e7f8521216b8329f7e731ba3f
parent4161f90c6fd53bb73bebfc8b75fac171ab06332f
outsource ibm-acpi stuff into it's own source file

Despite this is actually not much code and could stay inside linux.c as
well, this makes sense as I want to combine smapi and ibm-acpi
functionality. Virtually every user of a notebook made by IBM/Lenovo
will want both, so this should be a feature not a bug.

Besides making the ibm-acpi objects being built optionally, this should
not change anything to the code flow.
ChangeLog
configure.ac.in
src/Makefile.am
src/conky.c
src/conky.h
src/ibm.c [new file with mode: 0644]
src/ibm.h [new file with mode: 0644]
src/linux.c
src/linux.h
src/text_object.h