Keeping include/ directory for now (and away goes the 'list.h' symlink).
parent
f893a421c2
commit
e20dad4854
|
@ -43,7 +43,7 @@ EXTRA_PROGRAMS += ntfsrm
|
|||
endif
|
||||
|
||||
# Set the include path.
|
||||
AM_CPPFLAGS = $(all_includes)
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include/ntfs $(all_includes)
|
||||
|
||||
ntfsfix_SOURCES = ntfsfix.c utils.c utils.h
|
||||
ntfsfix_LDADD = $(AM_LIBS)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../include/ntfs/list.h
|
Loading…
Reference in New Issue