From 50ac3e0498ba1dbcc411fd444e258f0401394789 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 17 Jul 2013 16:37:28 +0200 Subject: [PATCH] autotools: workaround on partial cleaning --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.47.3