Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 1 | |
| 2 | MAINTAINERCLEANFILES = $(srcdir)/Makefile.in |
| 3 | |
| 4 | headers = \ |
| 5 | acls.h \ |
| 6 | attrib.h \ |
| 7 | attrlist.h \ |
| 8 | bitmap.h \ |
| 9 | bootsect.h \ |
| 10 | cache.h \ |
| 11 | collate.h \ |
| 12 | compat.h \ |
| 13 | compress.h \ |
| 14 | debug.h \ |
| 15 | device.h \ |
| 16 | device_io.h \ |
| 17 | dir.h \ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 18 | ea.h \ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 19 | efs.h \ |
| 20 | endians.h \ |
| 21 | index.h \ |
| 22 | inode.h \ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 23 | ioctl.h \ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 24 | layout.h \ |
| 25 | lcnalloc.h \ |
| 26 | logfile.h \ |
| 27 | logging.h \ |
| 28 | mft.h \ |
| 29 | misc.h \ |
| 30 | mst.h \ |
| 31 | ntfstime.h \ |
| 32 | object_id.h \ |
| 33 | param.h \ |
| 34 | realpath.h \ |
| 35 | reparse.h \ |
| 36 | runlist.h \ |
| 37 | security.h \ |
| 38 | support.h \ |
| 39 | types.h \ |
| 40 | unistr.h \ |
| 41 | volume.h \ |
| 42 | xattrs.h |
| 43 | |
| 44 | if INSTALL_LIBRARY |
| 45 | ntfs3ginclude_HEADERS = $(headers) |
| 46 | else |
| 47 | noinst_HEADERS = $(headers) |
| 48 | endif |
| 49 | |