]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/esi/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / esi / Makefile.am
index 68d5841b85a3dcdf885e414026f7af24426a4253..629d38ad0198415fb4065a49958179dc87237310 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2016 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.
@@ -10,9 +10,7 @@ include $(top_srcdir)/src/TestHeaders.am
 
 noinst_LTLIBRARIES = libesi.la
 
-ESI_PARSER_SOURCES = \
-       CustomParser.cc \
-       CustomParser.h
+ESI_PARSER_SOURCES =
 
 if ENABLE_LIBEXPAT
 ESI_PARSER_SOURCES += \
@@ -27,14 +25,13 @@ ESI_PARSER_SOURCES += \
 endif
 
 libesi_la_SOURCES = \
+       $(ESI_PARSER_SOURCES) \
        Assign.cc \
        Assign.h \
        Attempt.h \
        Context.cc \
        Context.h \
-       $(ESI_PARSER_SOURCES) \
        Element.h \
-       ElementList.h \
        Esi.cc \
        Esi.h \
        Except.h \