]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - tools/squidclient/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / tools / squidclient / Makefile.am
index 46f0deda8b49003a1e401a308af24f284569c3f3..f143790fcd929236e4486c54461fd0ac538d5cbe 100644 (file)
@@ -55,16 +55,16 @@ CLEANFILES += test_tools.cc stub_debug.cc time.cc stub_libmem.cc STUB.h
 bin_PROGRAMS = squidclient
 
 squidclient_SOURCES = \
-       gssapi_support.cc \
-       gssapi_support.h \
        Parameters.h \
        Ping.cc \
        Ping.h \
+       STUB.h \
+       Transport.cc \
+       Transport.h \
+       gssapi_support.cc \
+       gssapi_support.h \
        squidclient.cc \
        stub_debug.cc \
-       test_tools.cc \
        stub_libmem.cc \
-       STUB.h \
-       time.cc \
-       Transport.cc \
-       Transport.h
+       test_tools.cc \
+       time.cc