From 6922b7c8d07498a2787d77c4a759bce4c306dca5 Mon Sep 17 00:00:00 2001 From: Erik Larsson Date: Sat, 4 Dec 2010 09:41:30 +0100 Subject: [PATCH] Disabled installation of the remaining (internal) headers when doing a 'make install'. --- include/ntfs/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ntfs/Makefile.am b/include/ntfs/Makefile.am index 64bf2cc1..2e01a294 100644 --- a/include/ntfs/Makefile.am +++ b/include/ntfs/Makefile.am @@ -1,6 +1,7 @@ linux_ntfsincludedir = $(includedir)/ntfs -linux_ntfsinclude_HEADERS = \ + +noinst_HEADERS = \ gnome-vfs-method.h \ gnome-vfs-module.h \ list.h \