From bcb4f1bd1caace53f9d5df350c7519789aaf5b81 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Tue, 28 Jan 2014 06:35:52 -0800 Subject: [PATCH] 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. --- include/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.34.1