aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e5e6bc1..983bee9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,22 @@
+# This file is part of vmod-basicauth
+# Copyright (C) 2013 Sergey Poznyakoff
+#
+# Vmod-basicauth is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Vmod-basicauth is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-basicauth. If not, see <http://www.gnu.org/licenses/>.
+
AM_CPPFLAGS = -I$(VARNISHSRC)/include -I$(VARNISHSRC)
-dist_man_MANS = vmod_basicauth.3
+dist_man_MANS = vmod-basicauth.3 vmod_basicauth.3
vmoddir = $(VMODDIR)
vmod_LTLIBRARIES = libvmod_basicauth.la

Return to:

Send suggestions and report system problems to the System administrator.