summaryrefslogtreecommitdiff
path: root/Makefile-ostree.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2015-06-07 15:20:14 -0400
committerGiuseppe Scrivano <gscrivan@redhat.com>2015-06-26 11:02:24 +0200
commit6284beb2b6ced7eb2ea1ddd5fc80c39ef52b0507 (patch)
tree184d014042c5265d34c678b82ec12ed284033abb /Makefile-ostree.am
parent0dbf91484b8ec6e02ba4e19fec8fe96070b1f2c4 (diff)
downloadostree-6284beb2b6ced7eb2ea1ddd5fc80c39ef52b0507.tar.gz
ostree: Add a "remote refs" command
Works like "ostree refs" but fetches refs from a remote repo. This depends on the remote repo having a summary file, but any repo being served over HTTP *ought* to have one.
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 9ae9870a..8fd426f7 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -80,6 +80,7 @@ ostree_SOURCES += \
src/ostree/ot-remote-builtin-gpg-import.c \
src/ostree/ot-remote-builtin-list.c \
src/ostree/ot-remote-builtin-show-url.c \
+ src/ostree/ot-remote-builtin-refs.c \
$(NULL)
ostree_bin_shared_cflags = $(AM_CFLAGS) -I$(srcdir)/src/libotutil -I$(srcdir)/src/libostree -I$(srcdir)/src/ostree \