From 5c7f0195805d42ebc982997c7b407e69ae85a881 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 6 Dec 2011 19:37:01 -0500 Subject: [PATCH] ostbuild: Compile and install ostbuild-user-chroot It still needs to be made setuid. --- Makefile-ostbuild.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile-ostbuild.am b/Makefile-ostbuild.am index 0a5cd568..6ff0dbba 100644 --- a/Makefile-ostbuild.am +++ b/Makefile-ostbuild.am @@ -19,3 +19,9 @@ bin_SCRIPTS += src/ostbuild/ostbuild-compile-one \ src/ostbuild/ostbuild-compile-one-impl \ src/ostbuild/ostbuild-nice-and-log-output \ $(NULL) + +bin_PROGRAMS += src/ostbuild/ostbuild-user-chroot + +ostbuild_user_chroot_SOURCES = src/ostbuild/ostbuild-user-chroot.c +ostbuild_user_chroot_CFLAGS = $(AM_CFLAGS) +