summaryrefslogtreecommitdiff
path: root/src/shared/Makefile.am
blob: b4c2000301697a6083e0c6c4c567c4f94af6760e (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
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

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

libudev_shared_la_SOURCES=\
	cgroup-util.c \
	conf-files.c \
	device-nodes.c \
	exit-status.c \
	fileio.c \
	hashmap.c \
	log.c \
	MurmurHash2.c \
	path-util.c \
	set.c \
	siphash24.c \
	strbuf.c \
	strv.c \
	strxcpyx.c  \
	time-util.c \
	util.c \
	utf8.c \
        dev-setup.c \
        label.c \
        mkdir.c \
        smack-util.c

noinst_HEADERS = \
	cgroup-util.h \
	conf-files.h \
	def.h \
	device-nodes.h \
	exit-status.h \
	fileio.h \
	hashmap.h \
	ioprio.h \
	log.h \
	macro.h \
	missing.h \
	MurmurHash2.h \
	path-util.h \
	set.h \
	siphash24.h \
	socket-util.h \
	sparse-endian.h \
	strbuf.h \
	strv.h \
	strxcpyx.h \
	time-util.h \
	util.h \
	utf8.h \
        dev-setup.h \
        label.h \
        mkdir.h \
        smack-util.h \
        udev-util.h

libudev_shared_la_LDFLAGS = \
	$(AM_LDFLAGS)

noinst_LTLIBRARIES = \
	libudev_shared.la