summaryrefslogtreecommitdiff
path: root/src/shared/Makefile.am
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-08-14 11:28:47 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-08-14 11:28:47 -0400
commit28744043fbaca39dfc9fd1666a8557fd6d8a690f (patch)
treef0cf30fe98f3e7e535be23c3954973ef02c58e49 /src/shared/Makefile.am
parent819fb6029dde2af3acf23b0fa25c1851b26ce102 (diff)
src/shared: import many code cleanups from upstream
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/shared/Makefile.am')
-rw-r--r--src/shared/Makefile.am20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/shared/Makefile.am b/src/shared/Makefile.am
index b4c2000301..4c9f20697b 100644
--- a/src/shared/Makefile.am
+++ b/src/shared/Makefile.am
@@ -7,41 +7,46 @@ libudev_shared_la_SOURCES=\
cgroup-util.c \
conf-files.c \
device-nodes.c \
+ dev-setup.c \
exit-status.c \
fileio.c \
hashmap.c \
+ label.c \
log.c \
+ mkdir.c \
MurmurHash2.c \
path-util.c \
set.c \
siphash24.c \
+ smack-util.c \
strbuf.c \
strv.c \
strxcpyx.c \
time-util.c \
util.c \
utf8.c \
- dev-setup.c \
- label.c \
- mkdir.c \
- smack-util.c
+ virt.c
noinst_HEADERS = \
cgroup-util.h \
conf-files.h \
def.h \
device-nodes.h \
+ dev-setup.h \
exit-status.h \
fileio.h \
hashmap.h \
ioprio.h \
+ label.h \
log.h \
macro.h \
missing.h \
+ mkdir.h \
MurmurHash2.h \
path-util.h \
set.h \
siphash24.h \
+ smack-util.h \
socket-util.h \
sparse-endian.h \
strbuf.h \
@@ -50,11 +55,8 @@ noinst_HEADERS = \
time-util.h \
util.h \
utf8.h \
- dev-setup.h \
- label.h \
- mkdir.h \
- smack-util.h \
- udev-util.h
+ udev-util.h \
+ virt.h
libudev_shared_la_LDFLAGS = \
$(AM_LDFLAGS)