From c7d7e01bf5da362c4a8065efedc6dc7836471f61 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 7 Nov 2020 12:40:07 -0800 Subject: autotools: setup rudimentary build system This is arguably overkill for such a small .a, but it's convenient for embedding in other autotools projects. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Makefile.am (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..ddc89af --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,2 @@ +noinst_LIBRARIES = libiou.a +libiou_a_SOURCES = iou.c iou.h -- cgit v1.2.3