fix packaging: always distribute headers (Alon Bar-Lev)
parent
6a59ac3583
commit
5e1c95de2c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue