summaryrefslogtreecommitdiff
path: root/Makefile-libostree.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2015-02-23 14:47:56 -0500
committerMatthew Barnes <mbarnes@redhat.com>2015-02-23 14:48:52 -0500
commit12c8ef14254c634bffe59fa97c1e28c3cc7e930d (patch)
treeb64e5f52dace0a0e6828d72dea9fe6bf56b16800 /Makefile-libostree.am
parent3b3708c312a562a1a5f7c4086674195b6af4329b (diff)
downloadostree-12c8ef14254c634bffe59fa97c1e28c3cc7e930d.tar.gz
Add explicit zlib dependency
Needed for CRC32 computations.
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r--Makefile-libostree.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am
index 241b91d5..1b265055 100644
--- a/Makefile-libostree.am
+++ b/Makefile-libostree.am
@@ -107,9 +107,9 @@ libostree_1_la_SOURCES += \
endif
libostree_1_la_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/libglnx -I$(srcdir)/src/libotutil -I$(srcdir)/src/libostree \
- $(OT_INTERNAL_GIO_UNIX_CFLAGS) $(OT_DEP_LZMA_CFLAGS)
+ $(OT_INTERNAL_GIO_UNIX_CFLAGS) $(OT_DEP_LZMA_CFLAGS) $(OT_DEP_ZLIB_CFLAGS)
libostree_1_la_LDFLAGS = -version-number 1:0:0 -Bsymbolic-functions -export-symbols-regex '^ostree_'
-libostree_1_la_LIBADD = libotutil.la libglnx.la libostree-kernel-args.la $(OT_INTERNAL_GIO_UNIX_LIBS) $(OT_DEP_LZMA_LIBS)
+libostree_1_la_LIBADD = libotutil.la libglnx.la libostree-kernel-args.la $(OT_INTERNAL_GIO_UNIX_LIBS) $(OT_DEP_LZMA_LIBS) $(OT_DEP_ZLIB_LIBS)
if USE_LIBARCHIVE
libostree_1_la_CFLAGS += $(OT_DEP_LIBARCHIVE_CFLAGS)