summaryrefslogtreecommitdiff
path: root/include/ntfs-3g/Makefile.am (plain)
blob: 33343dfadc24ecac99c251a2ad28c1c8b8291ded
1
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 \
18 efs.h \
19 endians.h \
20 index.h \
21 inode.h \
22 layout.h \
23 lcnalloc.h \
24 logfile.h \
25 logging.h \
26 mft.h \
27 misc.h \
28 mst.h \
29 ntfstime.h \
30 object_id.h \
31 param.h \
32 realpath.h \
33 reparse.h \
34 runlist.h \
35 security.h \
36 support.h \
37 types.h \
38 unistr.h \
39 volume.h \
40 xattrs.h
41
42if INSTALL_LIBRARY
43ntfs3ginclude_HEADERS = $(headers)
44else
45noinst_HEADERS = $(headers)
46endif
47
48