diff options
author | Burt P <pburt0@gmail.com> | 2019-07-06 15:22:26 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-07-10 12:24:36 -0700 |
commit | 754a87070910c336c7f62074aeac587374f85403 (patch) | |
tree | 513b0b5c0dc3778c9f4ea66abcc32bf8dffb8aa3 /CMakeLists.txt | |
parent | 70dfa900d53588dfda6fd1e12a47d9313e89c413 (diff) |
computer/os: Ubuntu flavors
See: https://github.com/lpereira/hardinfo/issues/404
Signed-off-by: Burt P <pburt0@gmail.com>
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 f4a970e3..2fd2542e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,6 +138,7 @@ set(MODULE_computer_SOURCES modules/computer/memory_usage.c modules/computer/modules.c modules/computer/os.c + modules/computer/ubuntu_flavors.c modules/computer/uptime.c modules/computer/users.c modules/computer/groups.c |