summaryrefslogtreecommitdiff
path: root/src/shared/Makefile.am
blob: 02bb294d30f375181da6af531d9f2a9cc510cb31 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

AM_CPPFLAGS = \
	-DUDEV_ROOT_RUN=\"$(rootrundir)\" \
	-include $(top_builddir)/config.h

libudev_shared_la_SOURCES=\
	cgroup-util.c \
	conf-files.c \
	device-nodes.c \
	dev-setup.c \
	fileio.c \
	hashmap.c \
	label.c \
	log.c \
	mempool.c \
	mkdir.c \
	mkdir-label.c \
	MurmurHash2.c \
	path-util.c \
	process-util.c \
	random-util.c \
	selinux-util.c \
	siphash24.c \
	smack-util.c \
	strbuf.c \
	strv.c \
	strxcpyx.c  \
	sysctl-util.c \
	terminal-util.c \
	time-util.c \
	util.c \
	utf8.c \
	virt.c

noinst_HEADERS = \
	cgroup-util.h \
	conf-files.h \
	def.h \
	device-nodes.h \
	dev-setup.h \
	fileio.h \
	formats-util.h \
	hashmap.h \
	ioprio.h \
	label.h \
	list.h \
	log.h \
	macro.h \
	mempool.h \
	missing.h \
	mkdir.h \
	MurmurHash2.h \
	path-util.h \
	process-util.h \
	random-util.h \
	selinux-util.h \
	set.h \
	siphash24.h \
	smack-util.h \
	socket-util.h \
	sparse-endian.h \
	strbuf.h \
	strv.h \
	strxcpyx.h \
	sysctl-util.h \
	terminal-util.h \
	time-util.h \
	util.h \
	utf8.h \
	udev-util.h \
	virt.h

libudev_shared_la_LDFLAGS = \
	$(AM_LDFLAGS)

noinst_LTLIBRARIES = \
	libudev_shared.la