diff --git a/ntfsprogs/Makefile.am b/ntfsprogs/Makefile.am index 7aeeea41..3f6087cf 100644 --- a/ntfsprogs/Makefile.am +++ b/ntfsprogs/Makefile.am @@ -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) diff --git a/ntfsprogs/list.h b/ntfsprogs/list.h deleted file mode 120000 index e7667b4a..00000000 --- a/ntfsprogs/list.h +++ /dev/null @@ -1 +0,0 @@ -../include/ntfs/list.h \ No newline at end of file