diff options
Diffstat (limited to 'src/upstream/Makefile.am')
-rw-r--r-- | src/upstream/Makefile.am | 11 |
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 |