From 0d309323fe317091137fc4d30be8544a46debfdb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Sep 2001 18:29:46 +0000 Subject: 2001-09-22 Ralf Corsepius * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy. --- c/src/libnetworking/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/libnetworking/Makefile.am') diff --git a/c/src/libnetworking/Makefile.am b/c/src/libnetworking/Makefile.am index e8b24ae45b..7380049faf 100644 --- a/c/src/libnetworking/Makefile.am +++ b/c/src/libnetworking/Makefile.am @@ -12,7 +12,7 @@ include_HEADERS = \ bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \ opt_tcpdebug.h poll.h resolv.h syslog.h memory.h -PREINSTALL_FILES += $(PROJECT_INCLUDE) \ +PREINSTALL_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(PROJECT_INCLUDE): -- cgit v1.2.3