Blob


1 noinst_LIBRARIES = libopenbsd-compat.a
3 include $(top_builddir)/Makefile.common
6 libopenbsd_compat_a_SOURCES = \
7 asprintf.c \
8 base64.c \
9 closefrom.c \
10 fmt_scaled.c \
11 freezero.c \
12 getdtablecount.c \
13 getopt.c \
14 getprogname.c \
15 imsg-buffer.c \
16 imsg.c \
17 merge.c \
18 reallocarray.c \
19 recallocarray.c \
20 strlcat.c \
21 strlcpy.c \
22 strndup.c \
23 strnlen.c \
24 strsep.c \
25 strtonum.c \
26 imsg.h \
27 queue.h \
28 tree.h
29 if HOST_FREEBSD
30 else
31 libopenbsd_compat_a_SOURCES += uuid.c
32 endif
34 EXTRA_DIST = \
35 $(top_srcdir)/include/got_compat.h \
36 imsg.h \
37 queue.h \
38 tree.h