summaryrefslogtreecommitdiff
path: root/Makefile-ostree.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-08-15 09:17:37 -0400
committerColin Walters <walters@verbum.org>2014-02-04 10:31:44 -0500
commit2d6374822b481e885aa5f74ef9e6f993d5c792c5 (patch)
treea2e5aba12eed68eba0d22f3543e6f4ca1773886c /Makefile-ostree.am
parent844c5ea652251d57f8afbd3ca133d7fc3ce8fc50 (diff)
downloadostree-2d6374822b481e885aa5f74ef9e6f993d5c792c5.tar.gz
Initial basic static delta code drop
This has a very basic level of functionality (deltas can be generated, and applied offline). There is only some stubbed out pull code to fetch them via HTTP. But, better to commit this now and improve it from a known starting point, rather than have it languish in a branch.
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 fa120556..52f50e23 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -41,6 +41,7 @@ ostree_SOURCES = src/ostree/main.c \
src/ostree/ot-builtin-reset.c \
src/ostree/ot-builtin-rev-parse.c \
src/ostree/ot-builtin-show.c \
+ src/ostree/ot-builtin-static-delta.c \
src/ostree/ot-main.h \
src/ostree/ot-main.c \
src/ostree/ot-dump.h \