From 54bafab240be2a172ce8075fd25497a149bdf77c Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 23 Mar 2014 09:54:05 -0700 Subject: [PATCH] INCLUDES: Don't install libnfs-provate.h or slist.h --- include/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index 27810e0..98ab2cf 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,7 +1,5 @@ nfscdir = $(includedir)/nfsc dist_nfsc_HEADERS = \ - libnfs-private.h \ - slist.h \ nfsc/libnfs.h \ nfsc/libnfs-raw.h \ nfsc/libnfs-zdr.h \ @@ -11,3 +9,7 @@ dist_nfsc_HEADERS = \ ../nlm/libnfs-raw-nlm.h \ ../nsm/libnfs-raw-nsm.h \ ../rquota/libnfs-raw-rquota.h + +dist_noinst_HEADERS = \ + libnfs-private.h \ + slist.h -- 2.34.1