repo.or.cz
/
ntfs-3g.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed a constant string concatenation
[ntfs-3g.git]
/
include
/
ntfs-3g
/
Makefile.am
blob
7217c584fc12f4f2d0e7e199ac8f779a00448a5c
1
2
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
3
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
ea.h \
19
efs.h \
20
endians.h \
21
index.h \
22
inode.h \
23
ioctl.h \
24
layout.h \
25
lcnalloc.h \
26
logfile.h \
27
logging.h \
28
mft.h \
29
misc.h \
30
mst.h \
31
ntfstime.h \
32
object_id.h \
33
param.h \
34
plugin.h \
35
realpath.h \
36
reparse.h \
37
runlist.h \
38
security.h \
39
support.h \
40
types.h \
41
unistr.h \
42
volume.h \
43
xattrs.h
44
45
if INSTALL_LIBRARY
46
ntfs3ginclude_HEADERS = $(headers)
47
else
48
noinst_HEADERS = $(headers)
49
endif
50