summaryrefslogtreecommitdiff
path: root/Makefile-ostree.am
diff options
context:
space:
mode:
authorAllen Bai <abai@redhat.com>2019-05-28 14:02:54 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2019-06-18 14:29:14 +0000
commitbe2572bf68090a5e277338d2613d3c7d53b0c9e8 (patch)
tree6e304051c55177fdf49d502f5865feeb777ed139 /Makefile-ostree.am
parent2db79fb398fba2f9ab2e05c517ebccfe1834674b (diff)
downloadostree-be2572bf68090a5e277338d2613d3c7d53b0c9e8.tar.gz
lib/kargs: Make API public and upstream new rpm-ostree APIs
This change makes public the current kargs API in src/libostree/ostree-kernel-args.c and adds documentations. Upstreams the new kargs API from rpm-ostree/src/libpriv/rpmostree-kargs-process.c Merges libostree_kernel_args_la_SOURCES to libostree_1_la_SOURCES in Makefile-libostree.am Upstreams tests/check/test-kargs.c from rpm-ostree. Closes: #1833 Closes: #1869 Approved by: jlebon
Diffstat (limited to 'Makefile-ostree.am')
-rw-r--r--Makefile-ostree.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-ostree.am b/Makefile-ostree.am
index 8d352e38..92881a31 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -125,7 +125,7 @@ ostree_bin_shared_ldadd = $(AM_LDFLAGS) libglnx.la libotutil.la libostree-1.la \
$(OT_INTERNAL_GIO_UNIX_LIBS)
ostree_CFLAGS = $(ostree_bin_shared_cflags)
-ostree_LDADD = $(ostree_bin_shared_ldadd) libbsdiff.la libostree-kernel-args.la $(LIBSYSTEMD_LIBS)
+ostree_LDADD = $(ostree_bin_shared_ldadd) libbsdiff.la $(LIBSYSTEMD_LIBS)
if USE_CURL_OR_SOUP