parent
7af52becdd
commit
14b8a9bab6
|
@ -14,8 +14,8 @@ linux_ntfsinclude_HEADERS = \
|
|||
compat.h \
|
||||
debug.h \
|
||||
device.h \
|
||||
device_io.h \
|
||||
dir.h \
|
||||
disk_io.h \
|
||||
endians.h \
|
||||
inode.h \
|
||||
layout.h \
|
||||
|
|
|
@ -105,8 +105,8 @@ linux_ntfsinclude_HEADERS = \
|
|||
compat.h \
|
||||
debug.h \
|
||||
device.h \
|
||||
device_io.h \
|
||||
dir.h \
|
||||
disk_io.h \
|
||||
endians.h \
|
||||
inode.h \
|
||||
layout.h \
|
||||
|
|
|
@ -51,8 +51,8 @@ libntfs_la_SOURCES = \
|
|||
compat.c \
|
||||
debug.c \
|
||||
device.c \
|
||||
device_io.c \
|
||||
dir.c \
|
||||
disk_io.c \
|
||||
inode.c \
|
||||
lcnalloc.c \
|
||||
mft.c \
|
||||
|
@ -63,6 +63,5 @@ libntfs_la_SOURCES = \
|
|||
|
||||
INCLUDES = $(linux_ntfsincludedir) $(all_includes)
|
||||
|
||||
EXTRA_DIST = \
|
||||
win32_io.c
|
||||
EXTRA_DIST=unix_io.c win32_io.c
|
||||
|
||||
|
|
Loading…
Reference in New Issue