diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2012-01-08 11:45:07 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2012-01-08 11:45:07 -0200 |
commit | a3f184c1e0354269916ddfe9216f5ff56cdf19ab (patch) | |
tree | 7ffa1987a8ba59b87538f09baf3d6fdc01ec094f /CMakeLists.txt | |
parent | 7ce496ba68d67905a5715104aa6122ae85dab1c3 (diff) |
Add group information.
Closes http://bugs.hardinfo.org/showreport.php?bugid=54
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b7a39cbb..0acc7678 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,6 +83,7 @@ set(MODULE_computer_SOURCES modules/computer/os.c modules/computer/uptime.c modules/computer/users.c + modules/computer/groups.c ) set(MODULE_devices_SOURCES modules/devices.c |