summaryrefslogtreecommitdiff
path: root/Makefile-libostree.am
diff options
context:
space:
mode:
authorMathnerd314 <mathnerd314.gph+hs@gmail.com>2016-06-08 12:48:44 -0600
committerAtomic Bot <atomic-devel@projectatomic.io>2016-06-09 18:15:49 +0000
commitda5cb099a6941c2752fa9c09c9537602f81324a2 (patch)
tree4919328c17b18a61a70124a7f8db6cc40814ba39 /Makefile-libostree.am
parent0e9a875393ec038de5fdfa2aa0934ee03ff75334 (diff)
downloadostree-da5cb099a6941c2752fa9c09c9537602f81324a2.tar.gz
pull: Move libsoup-related code from ostree-repo.c to ostree-repo-pull.c
This centralizes the ifdef's in one file, which will make it easier to write new pull backends. ostree-repo-pull.c is now built unconditionally Closes: #327 Approved by: cgwalters
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r--Makefile-libostree.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am
index 700d372f..13013c1f 100644
--- a/Makefile-libostree.am
+++ b/Makefile-libostree.am
@@ -95,6 +95,7 @@ libostree_1_la_SOURCES = \
src/libostree/ostree-repo.c \
src/libostree/ostree-repo-checkout.c \
src/libostree/ostree-repo-commit.c \
+ src/libostree/ostree-repo-pull.c \
src/libostree/ostree-repo-libarchive.c \
src/libostree/ostree-repo-prune.c \
src/libostree/ostree-repo-refs.c \
@@ -159,7 +160,6 @@ libostree_1_la_SOURCES += \
src/libostree/ostree-fetcher.c \
src/libostree/ostree-metalink.h \
src/libostree/ostree-metalink.c \
- src/libostree/ostree-repo-pull.c \
$(NULL)
libostree_1_la_CFLAGS += $(OT_INTERNAL_SOUP_CFLAGS)
libostree_1_la_LIBADD += $(OT_INTERNAL_SOUP_LIBS)