summaryrefslogtreecommitdiff
path: root/src/upstream/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-08-23 15:26:20 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-08-24 00:48:43 -0700
commitb53cc8e61a27f948df5f11da07c7c395ebae1dd1 (patch)
treec407bb502cf613dba971fba430ed999884bcf13b /src/upstream/Makefile.am
parenteaaa33bcf846da64096c0ba595e0523eafa04206 (diff)
upstream: tie into build system
includes some miscellany to make compiler happy
Diffstat (limited to 'src/upstream/Makefile.am')
-rw-r--r--src/upstream/Makefile.am11
1 files changed, 11 insertions, 0 deletions
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
© All Rights Reserved