diff options
Diffstat (limited to 'include/sys/Makefile.am')
-rw-r--r-- | include/sys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/Makefile.am b/include/sys/Makefile.am index 0659c6419..cbe21b791 100644 --- a/include/sys/Makefile.am +++ b/include/sys/Makefile.am @@ -57,7 +57,6 @@ COMMON_H = \ pathname.h \ qat.h \ range_tree.h \ - refcount.h \ rrwlock.h \ sa.h \ sa_impl.h \ @@ -111,6 +110,7 @@ COMMON_H = \ zfs_project.h \ zfs_quota.h \ zfs_ratelimit.h \ + zfs_refcount.h \ zfs_rlock.h \ zfs_sa.h \ zfs_stat.h \ |