summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-11-25 18:03:12 -0800
committerVito Caputo <vcaputo@pengaru.com>2020-11-25 18:07:09 -0800
commit799258ed87c526ab0ff1375bcb45df7ae28556ee (patch)
treefc6a11292524d43285ee2a9d05e4af0e6cf6c5c9 /src
parent8ec1588722809a35a7d149bff10de56424e2658a (diff)
build: introduce rudimentary autotools
Now it's easy to build even
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..cfc2f3f
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,23 @@
+bin_PROGRAMS = jio
+jio_SOURCES = \
+ bootid.c \
+ bootid.h \
+ humane.c \
+ humane.h \
+ jio.c \
+ journals.c \
+ journals.h \
+ machid.c \
+ machid.h \
+ op.h \
+ readfile.c \
+ readfile.h \
+ reclaim-tail-waste.c \
+ reclaim-tail-waste.h \
+ report-tail-waste.c \
+ report-tail-waste.h \
+ report-usage.c \
+ report-usage.h
+
+jio_CPPFLAGS = -I@top_srcdir@/thunk_h -I@top_srcdir@/libiou/src
+jio_LDADD = @top_builddir@/libiou/src/libiou.a
© All Rights Reserved