diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-11-07 12:40:07 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-11-07 12:42:59 -0800 |
commit | c7d7e01bf5da362c4a8065efedc6dc7836471f61 (patch) | |
tree | c80eddf7d22565ca1e6ec402362497e5de590ea9 /src | |
parent | 2753df9cffba6805355ec37145280fd5607c7492 (diff) |
autotools: setup rudimentary build system
This is arguably overkill for such a small .a, but it's
convenient for embedding in other autotools projects.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |