diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-21 21:48:59 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-21 21:48:59 +0100 |
commit | 07faed4f99d0c798f92de3032b9c20ca31388494 (patch) | |
tree | 01ce628c10a9e7c1c691f0424b633905ccfeb134 /Makefile.am | |
parent | b284eabdc14683e4587baf43e83cedc6698a42df (diff) |
virtualization: beef virtualization code
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f508163d5b..7e5d6d8764 100644 --- a/Makefile.am +++ b/Makefile.am @@ -129,6 +129,7 @@ rootlibexec_PROGRAMS = \ systemd-quotacheck \ systemd-timestamp \ systemd-ac-power \ + systemd-detect-virt \ systemd-sysctl if HAVE_LIBCRYPTSETUP @@ -783,6 +784,15 @@ systemd_ac_power_LDADD = \ libsystemd-basic.la \ $(UDEV_LIBS) +systemd_detect_virt_SOURCES = \ + src/detect-virt.c + +systemd_detect_virt_CFLAGS = \ + $(AM_CFLAGS) + +systemd_detect_virt_LDADD = \ + libsystemd-basic.la + systemd_cryptsetup_SOURCES = \ src/cryptsetup.c \ src/ask-password-api.c |