From: Yehuda Sadeh Date: Fri, 29 Jan 2016 16:19:01 +0000 (-0800) Subject: common: add xxhash.h to Makefile.am X-Git-Tag: v10.1.0~382^2~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=acadd09b86112386e4588cb82da99092bb91b8a6;p=ceph.git common: add xxhash.h to Makefile.am Signed-off-by: Yehuda Sadeh Signed-off-by: Matt Benjamin --- diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 7c8828da3565..cd5db220f8db 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -156,7 +156,8 @@ noinst_HEADERS += \ common/sctp_crc32.h \ common/crc32c_intel_baseline.h \ common/crc32c_intel_fast.h \ - common/crc32c_aarch64.h + common/crc32c_aarch64.h \ + xxHash/xxhash.h # important; libmsg before libauth!