summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: ccccf378de792924665c03f161122c9d1f749f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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-entry-arrays.c \
	report-entry-arrays.h \
	report-layout.c \
	report-layout.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