blob: 0ea6ebdb568e080e7a442d079cc37f4d6b63c05e (
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
|
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-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
|