]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/dns/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / dns / Makefile.am
index 1f9921af18a60b0987d81f16e5b0dbedceeadc7f..1faa85280b94e047ec9df421aebcf624a5b500ab 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -8,14 +8,12 @@
 include $(top_srcdir)/src/Common.am
 include $(top_srcdir)/src/TestHeaders.am
 
-AUTOMAKE_OPTIONS = subdir-objects
-
 noinst_LTLIBRARIES = libdns.la
 
 libdns_la_SOURCES = \
-       forward.h \
        LookupDetails.cc \
        LookupDetails.h \
+       forward.h \
        rfc1035.cc \
        rfc1035.h \
        rfc2671.cc \