From: Ronnie Sahlberg Date: Tue, 28 Jan 2014 14:35:52 +0000 (-0800) Subject: We need the libnfs-raw-*.h files in include/Makefile.am X-Git-Tag: upstream/1.9.6^2~127 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=bcb4f1bd1caace53f9d5df350c7519789aaf5b81 We need the libnfs-raw-*.h files in include/Makefile.am or else the autotools (which I dont really understand how it works) will not install the headers. --- diff --git a/include/Makefile.am b/include/Makefile.am index 3ae7e80..9cde2e3 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,4 +4,10 @@ dist_nfsc_HEADERS = \ slist.h \ nfsc/libnfs.h \ nfsc/libnfs-raw.h \ - nfsc/libnfs-zdr.h + nfsc/libnfs-zdr.h \ + ${abs_top_srcdir}/mount/libnfs-raw-mount.h \ + ${abs_top_srcdir}/portmap/libnfs-raw-portmap.h \ + ${abs_top_srcdir}/nfs/libnfs-raw-nfs.h \ + ${abs_top_srcdir}/nlm/libnfs-raw-nlm.h \ + ${abs_top_srcdir}/nsm/libnfs-raw-nsm.h \ + ${abs_top_srcdir}/rquota/libnfs-raw-rquota.h