blob: 11761bcbfd731d8cc2b6ddbb330b5717ef51c4ff [file] [log] [blame]
Steve Kondik2111ad72013-07-07 12:07:44 -07001
2MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
3
4headers = \
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 Kondik79165c32015-11-09 19:43:00 -080018 ea.h \
Steve Kondik2111ad72013-07-07 12:07:44 -070019 efs.h \
20 endians.h \
21 index.h \
22 inode.h \
Steve Kondik79165c32015-11-09 19:43:00 -080023 ioctl.h \
Steve Kondik2111ad72013-07-07 12:07:44 -070024 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
44if INSTALL_LIBRARY
45ntfs3ginclude_HEADERS = $(headers)
46else
47noinst_HEADERS = $(headers)
48endif
49