include @builddir@/mk/defs.mk
LIB= repo-binary
SRCS= binary.c \
common.c \
fetch.c \
init.c \
query.c \
update.c
LOCAL_CFLAGS= -I$(top_srcdir)/libpkg \
-I$(top_builddir)/libpkg \
-I$(top_srcdir)/external/uthash \
-I$(top_srcdir)/external/sqlite \
-I$(top_srcdir)/external/libucl/include \
-I$(top_srcdir)/external/include \
-I$(top_srcdir)/compat \
-I$(top_srcdir)/ \
-I$(top_builddir)/
VPATH= $(top_srcdir)/libpkg/repo/binary
.PATH: $(top_srcdir)/libpkg/repo/binary
@if PKG_LIBARCHIVE_LIBS
LOCAL_CFLAGS+= @PKG_LIBARCHIVE_CFLAGS@
@endif
include $(MK)/static-lib.mk