http://linux-ntfs.sourceforge.net/snapshots/ntfsprogs-200307311516.tar.bz2
[ntfsprogs.git] / include / Makefile.am
1
2 # Need this to enable 64-bit (device) file access functions and parameters.
3 if DEBUG
4 AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -g -DDEBUG
5 else
6 AM_CFLAGS = -D_FILE_OFFSET_BITS=64
7 endif
8
9 linux_ntfsincludedir = $(includedir)/ntfs
10 linux_ntfsinclude_HEADERS = \
11         attrib.h        \
12         bitmap.h        \
13         bootsect.h      \
14         compat.h        \
15         debug.h         \
16         device.h        \
17         dir.h           \
18         disk_io.h       \
19         endians.h       \
20         inode.h         \
21         layout.h        \
22         lcnalloc.h      \
23         list.h          \
24         logfile.h       \
25         mft.h           \
26         mst.h           \
27         runlist.h       \
28         support.h       \
29         types.h         \
30         unistr.h        \
31         volume.h
32