]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/external_acl/time_quota/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / external_acl / time_quota / Makefile.am
1 ## Copyright (C) 1996-2016 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 include $(top_srcdir)/src/Common.am
9
10 libexec_PROGRAMS = ext_time_quota_acl
11 man_MANS = ext_time_quota_acl.8
12 EXTRA_DIST = ext_time_quota_acl.8 required.m4
13 ext_time_quota_acl_SOURCES = ext_time_quota_acl.cc
14
15 DEFS += -DDEFAULT_QUOTA_DB=\"$(localstatedir)/ext_time_quota.db\"
16
17 LDADD = \
18 $(COMPAT_LIB) \
19 $(LIB_DB)