From 836c52dbfbf26c04e2bfdf932e0419036c41bb11 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Wed, 19 Mar 2003 19:25:18 +0000 Subject: [PATCH] (DISTCLEANFILES): New macro. Mention libunwind.h and tdep.h to ensure they get cleaned for "distclean". Reported by Matthieu Delahaye. (Logical change 1.63) --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 417d9854..26cbda41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,3 +25,5 @@ EXTRA_DIST = include/internal.h include/mempool.h \ include/libunwind-ia64.h include/tdep-ia64.h include/ia64/script.h \ include/libunwind-hppa.h include/tdep-hppa.h \ include/libunwind-x86.h include/tdep-x86.h + +DISTCLEANFILES = include/libunwind.h include/tdep.h