diff options
Diffstat (limited to 'src/libudev/Makefile.am')
-rw-r--r-- | src/libudev/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am index 683944a671..879cc90653 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -42,6 +42,7 @@ libudev_la_SOURCES =\ set.c \ strbuf.c \ strv.c \ + strxcpyx.c \ util.c noinst_HEADERS = \ @@ -62,6 +63,7 @@ noinst_HEADERS = \ sparse-endian.h \ strbuf.h \ strv.h \ + strxcpyx.h \ util.h include_HEADERS = \ |