]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common: add xxhash.h to Makefile.am
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 29 Jan 2016 16:19:01 +0000 (08:19 -0800)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 12 Feb 2016 17:08:22 +0000 (12:08 -0500)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/common/Makefile.am

index 7c8828da35650aab9186db4d1fb1fee3327cb090..cd5db220f8dbca55cd10d43e56cbb056b525f67a 100644 (file)
@@ -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!