summaryrefslogtreecommitdiff
path: root/Makefile-ostree.am
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-09-15 16:05:12 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-09-27 14:44:00 +0000
commit9546e6795e8778f00d6df5dfbd3905754b3de05b (patch)
tree2b1f1778297afeff91948de2b042945347db50ab /Makefile-ostree.am
parentf923c2e1eaebe0c781f07d34ae1a03f94357bccd (diff)
downloadostree-9546e6795e8778f00d6df5dfbd3905754b3de05b.tar.gz
create-usb: Add a create-usb command to complement OstreeRepoFinderMount
This can be used to put OSTree repositories on USB sticks in a format recognised by OstreeRepoFinderMount. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #1182 Approved by: cgwalters
Diffstat (limited to 'Makefile-ostree.am')
-rw-r--r--Makefile-ostree.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile-ostree.am b/Makefile-ostree.am
index 6414233f..04faa436 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -54,7 +54,10 @@ ostree_SOURCES = src/ostree/main.c \
$(NULL)
if ENABLE_EXPERIMENTAL_API
-ostree_SOURCES += src/ostree/ot-builtin-find-remotes.c
+ostree_SOURCES += \
+ src/ostree/ot-builtin-create-usb.c \
+ src/ostree/ot-builtin-find-remotes.c \
+ $(NULL)
endif
# Admin subcommand