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 286dc4b62a..84d018ae03 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -43,6 +43,7 @@ libudev_la_SOURCES =\ MurmurHash2.c \ path-util.c \ set.c \ + siphash24.c \ strbuf.c \ strv.c \ strxcpyx.c \ @@ -66,6 +67,7 @@ noinst_HEADERS = \ MurmurHash2.h \ path-util.h \ set.h \ + siphash24.h \ socket-util.h \ sparse-endian.h \ strbuf.h \ |