Blob


1 noinst_LIBRARIES = libopenbsd-compat.a
3 AM_CPPFLAGS += -DKAMID_VERSION='"@VERSION@"' \
4 -I$(top_srcdir)/compat \
5 -I$(top_srcdir)
7 # LIBOBJS could be empty (especially if we're compiling on OpenBSD), so
8 # add a dummy file just so we don't end up with an empty archive, if
9 # that's even a thing.
10 libopenbsd_compat_a_SOURCES = dummy.c
11 libopenbsd_compat_a_LIBADD = $(LIBOBJS)
13 EXTRA_DIST = imsg.h \
14 ohash.h \
15 queue.h \
16 tree.h \
17 vis.h