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. --- cpukit/libnetworking/ChangeLog | 4 ++++ cpukit/libnetworking/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog index 6ff4ff4fe6..42493aec5a 100644 --- a/cpukit/libnetworking/ChangeLog +++ b/cpukit/libnetworking/ChangeLog @@ -1,3 +1,7 @@ +2001-09-22 Ralf Corsepius + + * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy. + 2001-09-19 Eric Norum * lib/tftpDriver.c: Add some debugging capability. diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am index e8b24ae45b..7380049faf 100644 --- a/cpukit/libnetworking/Makefile.am +++ b/cpukit/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