aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-09-11 23:15:16 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-09-13 10:13:24 +0300
commit2cbce6f40d92d42218dd5c4c38dd9badb244dc79 (patch)
treed19ab8c29077911dbe4817669405c19bf206078e /Makefile.am
downloadvmod-sql-2cbce6f40d92d42218dd5c4c38dd9badb244dc79.tar.gz
vmod-sql-2cbce6f40d92d42218dd5c4c38dd9badb244dc79.tar.bz2
Initial commit
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am28
1 files changed, 28 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..f062d1e
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,28 @@
1# This file is part of vmod-sql
2# Copyright (C) 2013 Sergey Poznyakoff
3#
4# Vmod-dbrw is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option)
7# any later version.
8#
9# Vmod-dbrw is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with vmod-sql. If not, see <http://www.gnu.org/licenses/>.
16ACLOCAL_AMFLAGS = -I m4
17
18SUBDIRS = src #doc tests
19
20EXTRA_DIST=git2chg.awk
21
22.PHONY: ChangeLog
23ChangeLog:
24 $(AM_V_GEN)if test -d .git; then \
25 git log --pretty='format:%ct %an <%ae>%n%n%s%n%n%b%n' | \
26 awk -f $(top_srcdir)/git2chg.awk > ChangeLog; \
27 fi
28

Return to:

Send suggestions and report system problems to the System administrator.