Removed unused directory module

Change-Id: I056631388bc71ee0d90be94f4424438ba627788b
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2 files changed
tree: fcd51d1f4ed4886ab07766b877cfaea82deaf05d
  1. test/
  2. .gitignore
  3. argument.cpp
  4. argument.hpp
  5. bootstrap.sh
  6. configure.ac
  7. env.cpp
  8. env.hpp
  9. hwmon.hpp
  10. interface.hpp
  11. LICENSE
  12. mainloop.cpp
  13. mainloop.hpp
  14. Makefile.am
  15. readd.cpp
  16. README.md
  17. sensorset.cpp
  18. sensorset.hpp
  19. sysfs.cpp
  20. sysfs.hpp
  21. thresholds.hpp
  22. util.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`.