From 1f65bb86c0383458cd4341ebce2d64f044d90d3c Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 25 Feb 2004 14:21:14 +0000 Subject: [PATCH] Rename: include/Makefile.am -> include/ntfs/Makefile.am (Logical change 1.280) --- include/ntfs/Makefile.am | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/include/ntfs/Makefile.am b/include/ntfs/Makefile.am index e69de29b..a89a340d 100644 --- a/include/ntfs/Makefile.am +++ b/include/ntfs/Makefile.am @@ -0,0 +1,28 @@ + +linux_ntfsincludedir = $(includedir)/ntfs +linux_ntfsinclude_HEADERS = \ + attrib.h \ + bitmap.h \ + bootsect.h \ + compat.h \ + compress.h \ + debug.h \ + device.h \ + device_io.h \ + dir.h \ + endians.h \ + gnome-vfs-method.h \ + gnome-vfs-module.h \ + inode.h \ + layout.h \ + lcnalloc.h \ + list.h \ + logfile.h \ + mft.h \ + mst.h \ + runlist.h \ + support.h \ + types.h \ + unistr.h \ + volume.h +