Link systemd

Prepare for DBus.

Change-Id: I59b63202db603b5137d7dce62e03f1cde177e675
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2 files changed
tree: 624017009d897b80a1ff3f4347d71702d5d757f8
  1. test/
  2. .gitignore
  3. argument.cpp
  4. argument.hpp
  5. bootstrap.sh
  6. configure.ac
  7. directory.cpp
  8. directory.hpp
  9. hwmon.hpp
  10. LICENSE
  11. mainloop.cpp
  12. mainloop.hpp
  13. Makefile.am
  14. readd.cpp
  15. README.md
  16. sensorcache.hpp
  17. sensorset.cpp
  18. sensorset.hpp
  19. sysfs.hpp
README.md

Exposes generic hwmon entries as DBus objects.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.