From 676b5455110df78617a4dab8656279c0c05c4683 Mon Sep 17 00:00:00 2001 From: brarcher Date: Tue, 5 Nov 2013 02:09:19 +0000 Subject: [PATCH] add check_stdint.h to DISTCLEANFILES check_stdint.h should be cleaned during the distclean-generic make target, but not the clean make target. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@855 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index e966c76..8513fb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,8 @@ m4data_DATA = check.m4 pcdatadir = $(libdir)/pkgconfig pcdata_DATA = check.pc +DISTCLEANFILES = check_stdint.h + SVNChangeLog: if [ -e .svn ] ; then \ svn log -v @abs_top_srcdir@ > $@ ;\ -- 2.40.0