Try and block copy of headers.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 19 May 2005 23:47:29 +0000 (23:47 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 19 May 2005 23:47:29 +0000 (23:47 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1626 cb58f699-b61c-0410-a6fe-9272a202ed29

oncrpc/rpc/Makefile.am

index edf6284..0da7bb2 100644 (file)
@@ -1,8 +1,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-oncrpcdir = $(includedir)/rpc
-oncrpc_DATA = \
+oncrpc_noinst_DATA = \
   auth.h \
   clnt.h \
   pmap_prot.h \
@@ -19,4 +18,4 @@ oncrpc_DATA = \
   svc_auth.h
 
 EXTRA_DIST = \
-  ${oncrpc_DATA}
+  ${oncrpc_noinst_DATA}