blob: 3b93acd071a3222975a0853c2ec536678e692830 (
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
28
29
30
|
include $(top_srcdir)/config/include-Makefile.am
dist_noinst_HEADERS = \
bitops.h \
blkdev.h \
canonicalize.h \
carefulputc.h \
c.h \
cpuset.h \
crc32.h \
env.h \
fsprobe.h \
ismounted.h \
linux_reboot.h \
linux_version.h \
list.h \
mangle.h \
mbsalign.h \
md5.h \
nls.h \
pathnames.h \
setproctitle.h \
strtosize.h \
swapheader.h \
tt.h \
usleep.h \
wholedisk.h \
widechar.h \
writeall.h \
xstrncpy.h
|