]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/error/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / error / Makefile.am
index 351053116228ef5e7ceda9155e99c4b473b5257e..42f4a4aeb778a271b79dbe527610f391ec3ea2c2 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2021 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -17,13 +17,13 @@ BUILT_SOURCES = \
 noinst_LTLIBRARIES = liberror.la
 
 liberror_la_SOURCES = \
-       forward.h \
-       Error.cc \
-       Error.h \
        Detail.cc \
        Detail.h \
+       Error.cc \
+       Error.h \
+       ExceptionErrorDetail.h \
        SysErrorDetail.h \
-       ExceptionErrorDetail.h
+       forward.h
 
 nodist_liberror_la_SOURCES = \
        $(BUILT_SOURCES)