summaryrefslogtreecommitdiff
path: root/Makefile-libostree.am
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-10-16 16:18:03 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-10-19 19:11:58 +0000
commit2531d8fe631b8484b5731f3635314ac3eb82eed5 (patch)
tree30ceb9503c3a0b5569be78622c00f5f88425f04a /Makefile-libostree.am
parenta1f020ffa45f9cb7dad86e4c87a3f78b6f47997c (diff)
downloadostree-2531d8fe631b8484b5731f3635314ac3eb82eed5.tar.gz
lib/repo-finder: Add OstreeRepoFinderOverride
This is another OstreeRepoFinder implementation; it returns results from a given set of URIs. It’s designed to be used for implementing user overrides to other repo-finders, or for implementing unit tests. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #1281 Approved by: mwleeds
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 ebbe8437..e2ebae3a 100644
--- a/Makefile-libostree.am
+++ b/Makefile-libostree.am
@@ -156,6 +156,7 @@ libostree_experimental_headers = \
src/libostree/ostree-repo-finder-avahi.h \
src/libostree/ostree-repo-finder-config.h \
src/libostree/ostree-repo-finder-mount.h \
+ src/libostree/ostree-repo-finder-override.h \
$(NULL)
if !ENABLE_EXPERIMENTAL_API
libostree_1_la_SOURCES += $(libostree_experimental_headers)
@@ -167,6 +168,7 @@ libostree_1_la_SOURCES += \
src/libostree/ostree-repo-finder-avahi.c \
src/libostree/ostree-repo-finder-config.c \
src/libostree/ostree-repo-finder-mount.c \
+ src/libostree/ostree-repo-finder-override.c \
$(NULL)
if USE_AVAHI