From 96083f79eef9fb9c134f30b529362b6004b72328 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 15 Aug 2008 21:44:22 +0200 Subject: distrib: fix distcheck magic This patch fixes the `make distcheck' magic Signed-off-by: Pablo Neira Ayuso --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 46615c1..e8b1154 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,10 +3,10 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 man_MANS = ulogd.8 -EXTRA_DIST = $(man_MANS) debian ulogd.logrotate ulogd.spec +EXTRA_DIST = $(man_MANS) debian ulogd.logrotate ulogd.spec ulogd.conf.in doc INCLUDES = $(all_includes) -I$(top_srcdir)/include -SUBDIRS = include doc libipulog src input filter output +SUBDIRS = include libipulog src input filter output noinst_DATA = ulogd.conf @@ -20,3 +20,6 @@ $(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck +dist-hook: + rm -f ulogd.conf + -- cgit v1.2.3