summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-09-23 17:00:33 +0200
committerLennart Poettering <lennart@poettering.net>2011-09-23 17:00:33 +0200
commitb52aae1d934b006830e7d575e56e2a98b0765ad3 (patch)
treee1ab1148d400ce6234e106f05420bb4b3bec83c5 /Makefile.am
parentf2b33002cd5747ebf288d20a352655307f97aac5 (diff)
util: move virtualization detection into its own files, and extend return codes
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6f90e9c93..757b66ab9 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 \