summaryrefslogtreecommitdiff
path: root/src/libudev/Makefile.am
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2014-01-09 12:20:25 -0500
committerAnthony G. Basile <blueness@gentoo.org>2014-01-09 12:21:20 -0500
commit7ed87c74dfb81761cbcefc10cd4f79394a1d36a3 (patch)
treed42454fd7146d18041770ace67e7d623bdc77830 /src/libudev/Makefile.am
parent0a6fb50746ab00d650145cf17fc1a15f109bc386 (diff)
move utf8 functions from libudev-private.h to utf8.h
There's now some more obvious overlap amongst the two utf8 validation functions, but no more than there already was previously. This also adds some menial tests for anyone who wants to do more merging of these two in the future. Adopted for eudev: Anthony G. Basile <blueness@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/Makefile.am')
-rw-r--r--src/libudev/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am
index 879cc90653..568c4884b4 100644
--- a/src/libudev/Makefile.am
+++ b/src/libudev/Makefile.am
@@ -43,7 +43,8 @@ libudev_la_SOURCES =\
strbuf.c \
strv.c \
strxcpyx.c \
- util.c
+ util.c \
+ utf8.c
noinst_HEADERS = \
libudev-hwdb-def.h \
@@ -64,7 +65,8 @@ noinst_HEADERS = \
strbuf.h \
strv.h \
strxcpyx.h \
- util.h
+ util.h \
+ utf8.h
include_HEADERS = \
libudev.h