bin_PROGRAMS = got-index-pack got_index_pack_SOURCES = got-index-pack.c \ $(top_srcdir)/lib/error.c \ $(top_srcdir)/lib/inflate.c \ $(top_srcdir)/lib/object_parse.c \ $(top_srcdir)/lib/object_idset.c \ $(top_srcdir)/lib/delta_cache.c \ $(top_srcdir)/lib/delta.c \ $(top_srcdir)/lib/pack.c \ $(top_srcdir)/lib/path.c \ $(top_srcdir)/lib/privsep.c \ $(top_srcdir)/lib/sha1.c got_index_pack_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a AM_CPPFLAGS += -DGOT_VERSION='"@VERSION@"' \ -DGOT_VERSION_NUMBER='"@VERSION@"' \ -DGOT_LIBEXECDIR="${bindir}" \ -I$(top_srcdir) \ -I$(top_srcdir)/compat \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/include \ -I. LDADD = -L$(top_builddir)/compat -lopenbsd-compat