blob: 126d298a9ed30338009a1b3f29d4f143028a8289 (
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
31
32
33
|
ACLOCAL_AMFLAGS = -I m4
nodist_include_HEADERS = \
acl-util.h \
cgroup-util.h \
conf-files.h \
def.h \
dev-setup.h \
exit-status.h \
hashmap.h \
ioprio.h \
label.h \
libudev-hwdb-def.h \
libudev-private.h \
log.h \
logind-acl.h \
macro.h \
Makefile.am \
missing.h \
mkdir.h \
path-util.h \
sd-daemon.h \
sd-login.h \
set.h \
socket-util.h \
sparse-endian.h \
strbuf.h \
strv.h \
udev.h \
util.h
dist_include_HEADERS = \
libudev.h
|