mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2025-01-06 00:13:54 +08:00
36 lines
528 B
Makefile
36 lines
528 B
Makefile
|
|
linux_ntfsincludedir = $(includedir)/ntfs
|
|
linux_ntfsinclude_HEADERS = \
|
|
attrib.h \
|
|
attrlist.h \
|
|
bitmap.h \
|
|
bootsect.h \
|
|
collate.h \
|
|
compat.h \
|
|
compress.h \
|
|
debug.h \
|
|
device.h \
|
|
device_io.h \
|
|
dir.h \
|
|
endians.h \
|
|
gnome-vfs-method.h \
|
|
gnome-vfs-module.h \
|
|
index.h \
|
|
inode.h \
|
|
layout.h \
|
|
lcnalloc.h \
|
|
list.h \
|
|
logfile.h \
|
|
mft.h \
|
|
mst.h \
|
|
runlist.h \
|
|
security.h \
|
|
support.h \
|
|
ntfstime.h \
|
|
types.h \
|
|
unistr.h \
|
|
version.h \
|
|
volume.h
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|