diff options
Diffstat (limited to 'src/libudev/Makefile.am')
-rw-r--r-- | src/libudev/Makefile.am | 6 |
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 |