ntfs-3g version 2010.3.6
[tomato.git] / release / src / router / ntfs-3g / include / ntfs-3g / Makefile.am
blobf4f72d699b34173e6d99d7178643b19843e78929
2 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
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           \
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
40 if INSTALL_LIBRARY
41 ntfs3ginclude_HEADERS = $(headers)
42 else
43 noinst_HEADERS = $(headers)
44 endif