summaryrefslogtreecommitdiff
path: root/Makefile-ostree.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-05-08 09:16:36 -0400
committerColin Walters <walters@verbum.org>2014-05-08 18:59:24 -0400
commitf47a20fb816a16532d6f9885b046d6a4aed278c1 (patch)
tree4eb23638c9abfc3e908e9d19e309ed967452d846 /Makefile-ostree.am
parent466671407de87cc366b4cb5c590d108a5516e30d (diff)
downloadostree-f47a20fb816a16532d6f9885b046d6a4aed278c1.tar.gz
Support /etc/ostree/remotes.d
For many OS install scenarios, one runs through an installer which may come with embedded data, and then the OS is configured post-install to receive updates. In this model, it'd be nice to avoid the post-install having to rewrite the /ostree/repo/config file. Additionally, it feels weird for admins to interact with "/ostree" - let's make the system feel more like Unix and have our important configuration in /etc. https://bugzilla.gnome.org/show_bug.cgi?id=729343
Diffstat (limited to 'Makefile-ostree.am')
-rw-r--r--Makefile-ostree.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile-ostree.am b/Makefile-ostree.am
index 219276f6..f1381acd 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -70,7 +70,9 @@ ostree_SOURCES += \
src/ostree/ot-admin-functions.c \
$(NULL)
-ostree_bin_shared_cflags = $(AM_CFLAGS) -I$(srcdir)/src/libotutil -I$(srcdir)/src/libostree -I$(srcdir)/src/ostree -DLOCALEDIR=\"$(datadir)/locale\"
+ostree_bin_shared_cflags = $(AM_CFLAGS) -I$(srcdir)/src/libotutil -I$(srcdir)/src/libostree -I$(srcdir)/src/ostree \
+ -DLOCALEDIR=\"$(datadir)/locale\" -DSYSCONFDIR=\"$(sysconfdir)\" \
+ $(NULL)
ostree_bin_shared_ldadd = libotutil.la libostree-kernel-args.la libostree-1.la
ostree_CFLAGS = $(ostree_bin_shared_cflags) $(OT_INTERNAL_GIO_UNIX_CFLAGS)