fix packaging: always distribute headers (Alon Bar-Lev)

N2009_11_14_FIXES
szaka 2008-05-20 19:35:37 +00:00
parent 6a59ac3583
commit 5e1c95de2c
1 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,7 @@
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
if INSTALL_LIBRARY
ntfs3ginclude_HEADERS = \
headers = \
attrib.h \
attrlist.h \
bitmap.h \
@ -32,5 +31,10 @@ ntfs3ginclude_HEADERS = \
unistr.h \
version.h \
volume.h
if INSTALL_LIBRARY
ntfs3ginclude_HEADERS = $(headers)
else
noinst_HEADERS = $(headers)
endif