@@@ fltfmt mess
[mLib] / hash / Makefile.am
index 6654a6a..cf290fc 100644 (file)
@@ -60,6 +60,12 @@ endif
 
 EXTRA_DIST             += t/crc32.tests
 
+## SipHash.
+pkginclude_HEADERS     += siphash.h
+libhash_la_SOURCES     += siphash.c
+EXTRA_DIST             += siphash.3.in
+LIBMANS                        += siphash.3
+
 ## Universal hashing.
 pkginclude_HEADERS     += unihash.h
 noinst_LTLIBRARIES     += libunihash.la