diff --git a/include/Makefile.am b/include/Makefile.am index 2e75b379..c931a13f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -11,6 +11,7 @@ linux_ntfsinclude_HEADERS = \ attrib.h \ bitmap.h \ bootsect.h \ + compat.h \ debug.h \ dir.h \ disk_io.h \ diff --git a/include/Makefile.in b/include/Makefile.in index c38442bb..b3a02cbd 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -96,6 +96,7 @@ linux_ntfsinclude_HEADERS = \ attrib.h \ bitmap.h \ bootsect.h \ + compat.h \ debug.h \ dir.h \ disk_io.h \