]> granicus.if.org Git - check/commitdiff
add check_stdint.h to DISTCLEANFILES
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 5 Nov 2013 02:09:19 +0000 (02:09 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 5 Nov 2013 02:09:19 +0000 (02:09 +0000)
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

index e966c76d7e59d7d7733dd22e8fe1599ca5bc7269..8513fb959964ca1e94ff807e709dead42e770fbf 100644 (file)
@@ -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@ > $@ ;\