From b53cc8e61a27f948df5f11da07c7c395ebae1dd1 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 23 Aug 2021 15:26:20 -0700 Subject: upstream: tie into build system includes some miscellany to make compiler happy --- src/upstream/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/upstream/Makefile.am (limited to 'src/upstream/Makefile.am') diff --git a/src/upstream/Makefile.am b/src/upstream/Makefile.am new file mode 100644 index 0000000..60a65b1 --- /dev/null +++ b/src/upstream/Makefile.am @@ -0,0 +1,11 @@ +noinst_LIBRARIES = libupstream.a +libupstream_a_SOURCES = \ + _sd-common.h \ + journal-def.h \ + lookup3.h \ + sd-id128.h \ + siphash24.h \ + sparse-endian.h \ + unaligned.h \ + lookup3.c \ + siphash24.c -- cgit v1.2.3