diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-12 18:21:15 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-12 18:21:15 -0400 |
commit | f0d6fb6fa9e817539e960b1ce70bd4f367646875 (patch) | |
tree | b3915a1852701a2eac8264779efdce78eba82a29 /src/systemd-detect-virt | |
parent | a80aa6326ff560353b22dcbf2f7f15e6b8d31da9 (diff) | |
parent | 5a3abd0ec73e53f17f378e6ae7471d47fd279f11 (diff) |
Merge branch 'lukeshu/postmove' into lukeshu/master
Diffstat (limited to 'src/systemd-detect-virt')
-rw-r--r-- | src/systemd-detect-virt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd-detect-virt/Makefile b/src/systemd-detect-virt/Makefile index 529a3a2561..0ac37341ea 100644 --- a/src/systemd-detect-virt/Makefile +++ b/src/systemd-detect-virt/Makefile @@ -23,6 +23,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk +bin_PROGRAMS += systemd-detect-virt systemd_detect_virt_SOURCES = \ src/detect-virt/detect-virt.c |