aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cea3646..c30fe58 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,13 +16,14 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src
EXTRA_DIST=\
git2chg.awk\
lib/prereq.pl\
lib/VarnishMib/HashTable.pm\
- lib/VarnishMib/MIBTable.pm
+ lib/VarnishMib/MIBTable.pm\
+ init
.PHONY: ChangeLog
ChangeLog:
$(AM_V_GEN)if test -d .git; then \
git log --pretty='format:%ct %an <%ae>%n%n%s%n%n%b%n' | \
awk -f $(top_srcdir)/git2chg.awk > ChangeLog; \

Return to:

Send suggestions and report system problems to the System administrator.