summaryrefslogtreecommitdiff
path: root/Makefile-ostree.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2015-02-25 13:55:14 -0500
committerMatthew Barnes <mbarnes@redhat.com>2015-02-26 12:53:01 -0500
commita5b002dae6aea50dc1cc2b50bdc3516c3066de40 (patch)
tree788274695b457cbfda734e7d696036b9e8b87f7b /Makefile-ostree.am
parent152dcf89b59b75a78f9c03b65773dcae13f105ad (diff)
downloadostree-a5b002dae6aea50dc1cc2b50bdc3516c3066de40.tar.gz
ostree: Add gpg-sign command
Signs a commit with one or more GPG keys.
Diffstat (limited to 'Makefile-ostree.am')
-rw-r--r--Makefile-ostree.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-ostree.am b/Makefile-ostree.am
index 95cf6779..1bdc5f34 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -29,6 +29,7 @@ ostree_SOURCES = src/ostree/main.c \
src/ostree/ot-builtin-commit.c \
src/ostree/ot-builtin-diff.c \
src/ostree/ot-builtin-fsck.c \
+ src/ostree/ot-builtin-gpg-sign.c \
src/ostree/ot-builtin-init.c \
src/ostree/ot-builtin-pull-local.c \
src/ostree/ot-builtin-log.c \