From: Eric Leblond Date: Wed, 17 Jul 2013 14:37:28 +0000 (+0200) Subject: autotools: workaround on partial cleaning X-Git-Tag: suricata-2.0beta1~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F446%2Fhead;p=thirdparty%2Fsuricata.git autotools: workaround on partial cleaning --- diff --git a/Makefile.am b/Makefile.am index 20b06aea46..58200ae869 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,8 @@ EXTRA_DIST = ChangeLog COPYING LICENSE suricata.yaml.in \ reference.config SUBDIRS = $(HTP_DIR) src qa rules doc contrib scripts +CLEANFILES = stamp-h[0-9]* + install-data-am: @echo "Run 'make install-conf' if you want to install initial configuration files. Or 'make install-full' to install configuration and rules";