diff --git a/include/ntfs-3g/Makefile.am b/include/ntfs-3g/Makefile.am index c879c910..11923e1f 100644 --- a/include/ntfs-3g/Makefile.am +++ b/include/ntfs-3g/Makefile.am @@ -25,6 +25,7 @@ headers = \ misc.h \ mst.h \ ntfstime.h \ + reparse.h \ runlist.h \ security.h \ support.h \ diff --git a/libntfs-3g/Makefile.am b/libntfs-3g/Makefile.am index 769ba14d..e618e760 100644 --- a/libntfs-3g/Makefile.am +++ b/libntfs-3g/Makefile.am @@ -37,6 +37,7 @@ libntfs_3g_la_SOURCES = \ mft.c \ misc.c \ mst.c \ + reparse.c \ runlist.c \ security.c \ unistr.c \