X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fsys%2FMakefile.am;h=f246c111d7bf472d3cf2c4c50760e43d303ccb55;hb=a448a2557ec4938ed6944c7766fe0b8e6e5f6456;hp=e73be52f3ec83f4f1dee2b389fd84fbb3c0b2e24;hpb=1272941f49321bcb7b26025670720c98785427ee;p=mirror_zfs.git diff --git a/include/sys/Makefile.am b/include/sys/Makefile.am index e73be52f3..f246c111d 100644 --- a/include/sys/Makefile.am +++ b/include/sys/Makefile.am @@ -2,6 +2,7 @@ SUBDIRS = fm fs crypto lua sysevent COMMON_H = \ $(top_srcdir)/include/sys/abd.h \ + $(top_srcdir)/include/sys/aggsum.h \ $(top_srcdir)/include/sys/arc.h \ $(top_srcdir)/include/sys/arc_impl.h \ $(top_srcdir)/include/sys/avl.h \ @@ -11,6 +12,9 @@ COMMON_H = \ $(top_srcdir)/include/sys/bpobj.h \ $(top_srcdir)/include/sys/bptree.h \ $(top_srcdir)/include/sys/bqueue.h \ + $(top_srcdir)/include/sys/cityhash.h \ + $(top_srcdir)/include/sys/spa_checkpoint.h \ + $(top_srcdir)/include/sys/dataset_kstats.h \ $(top_srcdir)/include/sys/dbuf.h \ $(top_srcdir)/include/sys/ddt.h \ $(top_srcdir)/include/sys/dmu.h \ @@ -42,6 +46,7 @@ COMMON_H = \ $(top_srcdir)/include/sys/mmp.h \ $(top_srcdir)/include/sys/mntent.h \ $(top_srcdir)/include/sys/multilist.h \ + $(top_srcdir)/include/sys/note.h \ $(top_srcdir)/include/sys/nvpair.h \ $(top_srcdir)/include/sys/nvpair_impl.h \ $(top_srcdir)/include/sys/pathname.h \