]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
autotools: workaround on partial cleaning 446/head
authorEric Leblond <eric@regit.org>
Wed, 17 Jul 2013 14:37:28 +0000 (16:37 +0200)
committerEric Leblond <eric@regit.org>
Wed, 17 Jul 2013 14:37:28 +0000 (16:37 +0200)
Makefile.am

index 20b06aea46fecbd708ca632a4bf7d474b4bd40fe..58200ae869bbee5e76681fc96764a81c4e8b20a7 100644 (file)
@@ -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";