Always distribute headers.

---

Index: include/ntfs-3g/Makefile.am
===================================================================
RCS file: /cvsroot/ntfs-3g/ntfs-3g/include/ntfs-3g/Makefile.am,v
retrieving revision 1.4
diff -u -B -r1.4 Makefile.am
--- include/ntfs-3g/Makefile.am 6 Dec 2007 20:44:03 -0000       1.4
+++ include/ntfs-3g/Makefile.am 19 May 2008 04:55:16 -0000
@@ -3,6 +3,5 @@
 
-if INSTALL_LIBRARY
-ntfs3ginclude_HEADERS = \
+headers = \
        attrib.h        \
        attrlist.h      \
        bitmap.h        \
@@ -32,5 +31,10 @@
        unistr.h        \
        version.h       \
        volume.h
+
+if INSTALL_LIBRARY
+ntfs3ginclude_HEADERS = $(headers)
+else
+noinst_HEADERS = $(headers)
 endif
 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
ntfs-3g-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel

Reply via email to