From 7bf411786e02ba82db11657b7286125175ba02fa Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Sat, 18 Jan 2003 15:29:33 +0000 Subject: [PATCH] add compat.h to distribution (Logical change 1.100) --- include/Makefile.am | 1 + include/Makefile.in | 1 + 2 files changed, 2 insertions(+) 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 \