summaryrefslogtreecommitdiff
path: root/Makefile-libostree.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-12-22 20:34:07 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-01-04 16:32:11 +0000
commit9d0d0a26dbfa55080e580ed0bc7bb6c50ca46c21 (patch)
tree229bc5a62851a863c2123e9a4475195ad0c23658 /Makefile-libostree.am
parentaf560047a2460bf7e75a5e343b9bb338a52131e2 (diff)
downloadostree-9d0d0a26dbfa55080e580ed0bc7bb6c50ca46c21.tar.gz
fetcher: Move high level functions into "fetcher-util"
Conceptually these now lay on top of the core API, and don't reference libsoup. This is preparation for libcurl porting, but it's also just generally better. Closes: #636 Approved by: jlebon
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r--Makefile-libostree.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am
index a7d7b11b..88210c75 100644
--- a/Makefile-libostree.am
+++ b/Makefile-libostree.am
@@ -161,6 +161,8 @@ if USE_LIBSOUP
libostree_1_la_SOURCES += \
src/libostree/ostree-fetcher.h \
src/libostree/ostree-fetcher.c \
+ src/libostree/ostree-fetcher-util.h \
+ src/libostree/ostree-fetcher-util.c \
src/libostree/ostree-metalink.h \
src/libostree/ostree-metalink.c \
$(NULL)