aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorMatthew Ahrens <[email protected]>2020-03-27 09:11:22 -0700
committerGitHub <[email protected]>2020-03-27 09:11:22 -0700
commit3f38797338f2e4b16e8e0065e21f1bca6ef59784 (patch)
treef4f5f48791c5961bb1b8896b66e535020375e973 /include/Makefile.am
parentef3331e703a8fa988bc09129f6f8d8f7c4c4082f (diff)
Compile cityhash code into libzfs
Make the cityhash code compile into libzfs, in preparation for the new "zstream" command. Reviewed-by: Paul Dagnelie <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Matthew Ahrens <[email protected]> Closes #10152
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 5b37dc765..9591d4423 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,6 +1,7 @@
SUBDIRS = sys os
COMMON_H = \
+ $(top_srcdir)/include/cityhash.h \
$(top_srcdir)/include/zfeature_common.h \
$(top_srcdir)/include/zfs_comutil.h \
$(top_srcdir)/include/zfs_deleg.h \