]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/external/time_quota/Makefile.am
Bug 5428: Warn if pkg-config is not found (#1902)
[thirdparty/squid.git] / src / acl / external / time_quota / Makefile.am
CommitLineData
b8ae064d 1## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
ca02e0ec
AJ
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
9938b57f
TB
8include $(top_srcdir)/src/Common.am
9
e046643f
AJ
10libexec_PROGRAMS= ext_time_quota_acl
11man_MANS= ext_time_quota_acl.8
9938b57f 12
e046643f 13DEFS += -DDEFAULT_QUOTA_DB=\"$(localstatedir)/ext_time_quota.db\"
9938b57f 14
aa5639dc 15ext_time_quota_acl_SOURCES = \
e046643f 16 ext_time_quota_acl.cc
4878cfe5 17
e046643f 18ext_time_quota_acl_LDADD = \
4878cfe5
FC
19 $(top_builddir)/src/sbuf/libsbuf.la \
20 $(top_builddir)/src/debug/libdebug.la \
21 $(top_builddir)/src/error/liberror.la \
22 $(top_builddir)/src/comm/libminimal.la \
23 $(top_builddir)/src/mem/libminimal.la \
24 $(top_builddir)/src/base/libbase.la \
25 $(top_builddir)/src/time/libtime.la \
9938b57f 26 $(COMPAT_LIB) \
acd207af 27 $(LIBTDB_LIBS)
e046643f
AJ
28
29EXTRA_DIST= ext_time_quota_acl.8 required.m4