summaryrefslogtreecommitdiff
path: root/include/ntfs-3g/Makefile.am (plain)
blob: f4f72d699b34173e6d99d7178643b19843e78929
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 reparse.h \
33 runlist.h \
34 security.h \
35 support.h \
36 types.h \
37 unistr.h \
38 volume.h
39
40if INSTALL_LIBRARY
41ntfs3ginclude_HEADERS = $(headers)
42else
43noinst_HEADERS = $(headers)
44endif
45
46