summaryrefslogtreecommitdiff
path: root/Makefile-ostree.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-05-20 16:21:57 -0400
committerColin Walters <walters@verbum.org>2012-06-05 22:38:17 -0400
commite485bace0189625c5ffc422c4c8b5987a6de5e79 (patch)
treea1f9b452b25b30755405577a96536b553f4514fc /Makefile-ostree.am
parentdf54408e5dfa584955e07dbb8e370713fb527cac (diff)
downloadostree-e485bace0189625c5ffc422c4c8b5987a6de5e79.tar.gz
pull: Download and checksum asynchronously
This is quite a noticeable speedup when downloading loose objects.
Diffstat (limited to 'Makefile-ostree.am')
-rw-r--r--Makefile-ostree.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile-ostree.am b/Makefile-ostree.am
index 1f7ab0eb..80249749 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -53,6 +53,8 @@ if USE_LIBSOUP_GNOME
bin_PROGRAMS += ostree-pull
ostree_pull_SOURCES = src/ostree/ot-main.h \
src/ostree/ot-main.c \
+ src/ostree/ostree-fetcher.h \
+ src/ostree/ostree-fetcher.c \
src/ostree/ostree-pull.c
ostree_pull_CFLAGS = $(ostree_bin_shared_cflags) $(OT_DEP_SOUP_CFLAGS)