aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-23 23:07:37 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-23 23:07:37 +0200
commit91035b92fa79bf02e3d958a3666730fc6d4be9ae (patch)
tree369662a1cdabb4f7423ec4681d5298cbc0aaa9ff /Makefile.am
parent6f72ce19982bd6f7eb9cfe7c2ebcbc221063401d (diff)
downloadvmod-tbf-91035b92fa79bf02e3d958a3666730fc6d4be9ae.tar.gz
vmod-tbf-91035b92fa79bf02e3d958a3666730fc6d4be9ae.tar.bz2
Support for Varnish 4.1
* .gitmodules: New file. * acvmod: New submodule. * bootstrap: Update. * Makefile.am (ACLOCAL_AMFLAGS): Add acvmod * configure.ac: Use AM_VARNISHAPI instead of inlining the related code. Enable silent rules. Set version number 2.0.90-4.1.0 * src/Makefile.am: Enable silent rules. * tests/Makefile.am: Likewise. * NEWS: Update.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5fd1bdc..62e3258 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of vmod-tbf
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Vmod-tbf is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
#
# You should have received a copy of the GNU General Public License
# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 -I acvmod
SUBDIRS = src tests

Return to:

Send suggestions and report system problems to the System administrator.