]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/Makefile.am
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / acl / Makefile.am
index de625ad742469e8b767f4df2ff327b56d07ffc38..cbbad58cd109806b19af313d2241972ee4c62a3f 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -23,12 +23,15 @@ libapi_la_SOURCES = \
        forward.h \
        InnerNode.cc \
        InnerNode.h \
+       Options.h \
+       Options.cc \
        Tree.cc \
        Tree.h
 
 ## Data-dependent Squid/transaction state used by specific ACLs.
 ## Does not refer to specific ACLs to avoid circular dependencies.
 libstate_la_SOURCES = \
+       CharacterSetOption.h \
        Data.h \
        Strategy.h \
        Strategised.cc \
@@ -52,12 +55,16 @@ libacls_la_SOURCES = \
        TimeData.h \
        AllOf.cc \
        AllOf.h \
+       AnnotateClient.cc \
+       AnnotateClient.h \
+       AnnotateTransaction.cc \
+       AnnotateTransaction.h \
+       AnnotationData.cc \
+       AnnotationData.h \
        AnyOf.cc \
        AnyOf.h \
        Asn.cc \
        Asn.h \
-       Browser.cc \
-       Browser.h \
        ConnectionsEncrypted.cc \
        ConnectionsEncrypted.h \
        DestinationAsn.h \
@@ -69,6 +76,10 @@ libacls_la_SOURCES = \
        DomainData.h \
        ExtUser.cc \
        ExtUser.h \
+       HasComponent.cc \
+       HasComponent.h \
+       HasComponentData.cc \
+       HasComponentData.h \
        HierCodeData.cc \
        HierCodeData.h \
        HierCode.cc \
@@ -107,13 +118,9 @@ libacls_la_SOURCES = \
        Protocol.h \
        Random.cc \
        Random.h \
-       Referer.cc \
-       Referer.h \
        ReplyHeaderStrategy.h \
-       ReplyMimeType.cc \
        ReplyMimeType.h \
        RequestHeaderStrategy.h \
-       RequestMimeType.cc \
        RequestMimeType.h \
        SourceAsn.h \
        SourceDomain.cc \
@@ -126,6 +133,8 @@ libacls_la_SOURCES = \
        SquidErrorData.h \
        Tag.cc \
        Tag.h \
+       TransactionInitiator.cc \
+       TransactionInitiator.h \
        Url.cc \
        Url.h \
        UrlLogin.cc \
@@ -177,14 +186,14 @@ ADAPT_ACLS= \
        AdaptationServiceData.h \
        AdaptationServiceData.cc
 
-if USE_ADAPTATION
+if ENABLE_ADAPTATION
 libacls_la_SOURCES += $(ADAPT_ACLS)
 endif
 EXTRA_libacls_la_SOURCES += $(ADAPT_ACLS)
 
 ARP_ACLS = Arp.cc Arp.h Eui64.cc Eui64.h
 
-if USE_SQUID_EUI
+if ENABLE_EUI
 libacls_la_SOURCES += $(ARP_ACLS)
 endif
 EXTRA_libacls_la_SOURCES += $(ARP_ACLS)