]> git.ipfire.org Git - thirdparty/squid.git/blame - src/dns/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / dns / Makefile.am
CommitLineData
f70aedc4 1## Copyright (C) 1996-2021 The Squid Software Foundation and contributors
4a3b98d7
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
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
4a3b98d7
AJ
11noinst_LTLIBRARIES = libdns.la
12
13libdns_la_SOURCES = \
4a3b98d7
AJ
14 LookupDetails.cc \
15 LookupDetails.h \
aa5639dc 16 forward.h \
4a3b98d7
AJ
17 rfc1035.cc \
18 rfc1035.h \
19 rfc2671.cc \
20 rfc2671.h \
21 rfc3596.cc \
22 rfc3596.h