From e20dad4854e298e5652cb874bd88b6ee108068d4 Mon Sep 17 00:00:00 2001 From: Erik Larsson Date: Mon, 22 Nov 2010 10:51:27 +0100 Subject: [PATCH] Keeping include/ directory for now (and away goes the 'list.h' symlink). --- ntfsprogs/Makefile.am | 2 +- ntfsprogs/list.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 ntfsprogs/list.h 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