aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am21
1 files changed, 7 insertions, 14 deletions
diff --git a/Makefile.am b/Makefile.am
index 9afba47..dc90c44 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of vmod-variable 1# This file is part of vmod_variable.
2# Copyright (C) 2013-2016 Sergey Poznyakoff 2# Copyright (C) 2017 Sergey Poznyakoff
3# 3#
4# Vmod-variable is free software; you can redistribute it and/or modify 4# Vmod_variable is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -8,3 +8,3 @@
8# 8#
9# Vmod-variable is distributed in the hope that it will be useful, 9# Vmod_variable is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of 10# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -14,3 +14,4 @@
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with vmod-variable. If not, see <http://www.gnu.org/licenses/>. 15# along with vmod_variable. If not, see <http://www.gnu.org/licenses/>.
16
16ACLOCAL_AMFLAGS = -I m4 -I acvmod 17ACLOCAL_AMFLAGS = -I m4 -I acvmod
@@ -19,12 +20,4 @@ SUBDIRS = src tests
19 20
20AM_DISTCHECK_CONFIGURE_FLAGS=--without-vmoddir 21include acvmod/top.am
21
22EXTRA_DIST=git2chg.awk
23 22
24.PHONY: ChangeLog
25ChangeLog:
26 $(AM_V_GEN)if test -d .git; then \
27 git log --pretty='format:%ct %an <%ae>%n%n%s%n%n%b%n' | \
28 awk -f $(top_srcdir)/git2chg.awk > ChangeLog; \
29 fi
30 23

Return to:

Send suggestions and report system problems to the System administrator.