summaryrefslogtreecommitdiff
path: root/src/libudev/Makefile.am
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-06-04 11:27:50 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-06-04 11:45:41 -0400
commitd347f1c510f83f3e8e7d6e028e37419979b08029 (patch)
treebcd53f89b0d24bc728d08997df15acd18f94ddf8 /src/libudev/Makefile.am
parent00e01c3841eb1ab67ab4d358731740ae836c64b8 (diff)
src/libudev/util.c: bring in line with upstream
To bring this in line with upstream, we had to add in env-util.c. The approach we will take is to slim down upstream's "shared" code so that it only contains functions and macros for what we need. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/Makefile.am')
-rw-r--r--src/libudev/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am
index 683944a671..521eea8253 100644
--- a/src/libudev/Makefile.am
+++ b/src/libudev/Makefile.am
@@ -36,6 +36,7 @@ libudev_la_SOURCES =\
cgroup-util.c \
conf-files.c \
exit-status.c \
+ env-util.c \
hashmap.c \
log.c \
path-util.c \
@@ -50,6 +51,7 @@ noinst_HEADERS = \
cgroup-util.h \
conf-files.h \
def.h \
+ env-util.h \
exit-status.h \
hashmap.h \
ioprio.h \