diff options
author | Kay Sievers <kay@vrfy.org> | 2013-12-23 02:46:39 +0100 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-09 18:43:07 -0500 |
commit | 3959f56742b9e55c9faf5e91b875127f97aedf8e (patch) | |
tree | 6882ec2f4b313f6940ef63a22c0b59c89da90378 /src/libudev/Makefile.am | |
parent | 0df9dcf039d5c10689976b6d25fb246bc2008785 (diff) |
libudev: ship the original MurmurHash2.[ch] file
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
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 5211550857..a588080d12 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -39,6 +39,7 @@ libudev_la_SOURCES =\ exit-status.c \ hashmap.c \ log.c \ + MurmurHash2.c \ path-util.c \ set.c \ strbuf.c \ @@ -60,6 +61,7 @@ noinst_HEADERS = \ log.h \ macro.h \ missing.h \ + MurmurHash2.h \ path-util.h \ set.h \ socket-util.h \ |