summaryrefslogtreecommitdiff
path: root/src/ostree/main.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-07-09 20:31:55 -0400
committerColin Walters <walters@verbum.org>2013-07-09 20:35:15 -0400
commit89181c4e8e1d819bd72fef3f7259dbd1deffa2b1 (patch)
tree6381f8b209313ef7ce10625bdbd4ed2ba6abeaca /src/ostree/main.c
parent88cca89317a77eae2f69541c47c017cd541329d3 (diff)
downloadostree-89181c4e8e1d819bd72fef3f7259dbd1deffa2b1.tar.gz
Build without libsoup again
Diffstat (limited to 'src/ostree/main.c')
-rw-r--r--src/ostree/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ostree/main.c b/src/ostree/main.c
index da6db638..3863a143 100644
--- a/src/ostree/main.c
+++ b/src/ostree/main.c
@@ -44,12 +44,16 @@ static OstreeCommand commands[] = {
{ "ls", ostree_builtin_ls, 0 },
{ "refs", ostree_builtin_refs, 0 },
{ "prune", ostree_builtin_prune, 0 },
+#ifdef HAVE_LIBSOUP
{ "pull", ostree_builtin_pull, 0 },
+#endif
{ "pull-local", ostree_builtin_pull_local, 0 },
{ "remote", ostree_builtin_remote, 0 },
{ "rev-parse", ostree_builtin_rev_parse, 0 },
{ "show", ostree_builtin_show, 0 },
+#ifdef HAVE_LIBSOUP
{ "trivial-httpd", ostree_builtin_trivial_httpd, OSTREE_BUILTIN_FLAG_NO_REPO },
+#endif
{ "write-refs", ostree_builtin_write_refs, 0 },
{ NULL }
};