summaryrefslogtreecommitdiff
path: root/Makefile-ostree.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-02-17 17:38:36 -0500
committerColin Walters <walters@verbum.org>2015-02-22 21:02:27 -0500
commit965a304a17ea64da1705dbfdca83210aa979ca36 (patch)
tree1011371cd21aa645d65e413752128b22e41fb85c /Makefile-ostree.am
parentef53e0100ba2a52e5243815737ae12431df44961 (diff)
downloadostree-965a304a17ea64da1705dbfdca83210aa979ca36.tar.gz
Use libglnx
Starting down the path of not using libgsystem. The main win here will be code sharing between ostree/rpm-ostree as well as going down the path of not using GFile * for local files.
Diffstat (limited to 'Makefile-ostree.am')
-rw-r--r--Makefile-ostree.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile-ostree.am b/Makefile-ostree.am
index 8aed75ba..95cf6779 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -75,9 +75,9 @@ ostree_SOURCES += \
ostree_bin_shared_cflags = $(AM_CFLAGS) -I$(srcdir)/src/libotutil -I$(srcdir)/src/libostree -I$(srcdir)/src/ostree \
$(NULL)
-ostree_bin_shared_ldadd = libotutil.la libostree-kernel-args.la libostree-1.la
+ostree_bin_shared_ldadd = libglnx.la libotutil.la libostree-kernel-args.la libostree-1.la
-ostree_CFLAGS = $(ostree_bin_shared_cflags) $(OT_INTERNAL_GIO_UNIX_CFLAGS)
+ostree_CFLAGS = $(ostree_bin_shared_cflags) $(OT_INTERNAL_GIO_UNIX_CFLAGS) -I$(srcdir)/libglnx
ostree_LDADD = $(ostree_bin_shared_ldadd) $(OT_INTERNAL_GIO_UNIX_LIBS)
if USE_LIBSOUP