diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-09-23 17:00:33 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-09-23 17:00:33 +0200 |
commit | b52aae1d934b006830e7d575e56e2a98b0765ad3 (patch) | |
tree | e1ab1148d400ce6234e106f05420bb4b3bec83c5 /Makefile.am | |
parent | f2b33002cd5747ebf288d20a352655307f97aac5 (diff) |
util: move virtualization detection into its own files, and extend return codes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6f90e9c93e..757b66ab99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -613,6 +613,7 @@ noinst_LTLIBRARIES = \ libsystemd_basic_la_SOURCES = \ src/util.c \ + src/virt.c \ src/label.c \ src/hashmap.c \ src/set.c \ |