summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-02-05 16:02:44 -0500
committerColin Walters <walters@verbum.org>2012-02-05 16:02:44 -0500
commita904c9693b12fecfa1b07ce368313f38872c2a6e (patch)
tree7ea24ad68dee8439891230ef2bfbe17d6cd7f0b5 /Makefile.am
parent4de5a36b243a2be95d3766eda341a35fd918e1cb (diff)
downloadostree-a904c9693b12fecfa1b07ce368313f38872c2a6e.tar.gz
Add ostree-switch-root here
Merge the code from ostree-init; now that we're back to targeting an initramfs (dracut), we don't need to statically link the binary, so there's no strong reason to have a separate module.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ddcf078c..c300c899 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,7 @@ MANPAGES =
CLEANFILES =
EXTRA_DIST =
bin_PROGRAMS =
+sbin_PROGRAMS =
bin_SCRIPTS =
libexec_PROGRAMS =
noinst_LTLIBRARIES =
@@ -36,6 +37,7 @@ include Makefile-daemon.am
include Makefile-otutil.am
include Makefile-libostree.am
include Makefile-ostree.am
+include Makefile-switchroot.am
include Makefile-ostbuild.am
include Makefile-triggers.am