From e747aaf843229d4ae6a5227b81efb0a0f1ffcc53 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Sep 2001 13:34:27 +0000 Subject: 2001-09-28 Ralf Corsepius * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='. --- c/src/exec/librpc/include/rpc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/librpc/include') diff --git a/c/src/exec/librpc/include/rpc/Makefile.am b/c/src/exec/librpc/include/rpc/Makefile.am index 96ba43f51a..bc3503d16e 100644 --- a/c/src/exec/librpc/include/rpc/Makefile.am +++ b/c/src/exec/librpc/include/rpc/Makefile.am @@ -12,7 +12,7 @@ H_FILES = auth.h auth_des.h auth_unix.h clnt.h des.h des_crypt.h pmap_clnt.h \ if HAS_NETWORKING include_rpc_HEADERS = $(H_FILES) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rpc \ +PREINSTALL_FILES = $(PROJECT_INCLUDE)/rpc \ $(H_FILES:%=$(PROJECT_INCLUDE)/rpc/%) $(PROJECT_INCLUDE)/rpc: -- cgit v1.2.3