From 5a70b84cb66fb8c7a3fce0e3f2e4b61e0b2ea9d4 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 27 Dec 2011 19:56:43 -0500 Subject: util: add murmurhash3 hash function --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4c330a4ed..a0855ae05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -304,6 +304,7 @@ dist_noinst_HEADERS = \ src/util/refcount.h \ src/util/find_uid.h \ src/util/user_info_msg.h \ + src/util/murmurhash3.h \ src/monitor/monitor.h \ src/monitor/monitor_interfaces.h \ src/responder/common/responder.h \ @@ -395,7 +396,8 @@ libsss_util_la_SOURCES = \ src/util/check_and_open.c \ src/util/refcount.c \ src/util/sss_utf8.c \ - src/util/sss_tc_utf8.c + src/util/sss_tc_utf8.c \ + src/util/murmurhash3.c libsss_util_la_LIBADD = \ $(SSSD_LIBS) \ $(UNICODE_LIBS) \ -- cgit