]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Sort sbuf/Makefile.am
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 1 Mar 2016 15:52:09 +0000 (16:52 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 1 Mar 2016 15:52:09 +0000 (16:52 +0100)
src/sbuf/Makefile.am

index 8b06dfc8d1c86b87986de0acd7bf6db0135cce8a..63dd45ce8db9d0102d36fdf1dc20f898e7a4361b 100644 (file)
@@ -11,19 +11,20 @@ include $(top_srcdir)/src/TestHeaders.am
 noinst_LTLIBRARIES = libsbuf.la
 
 libsbuf_la_SOURCES = \
-       MemBlob.cc \
-       MemBlob.h \
-       OutOfBoundsException.h \
-       SBuf.cc \
-       SBuf.h \
        Algorithms.cc \
        Algorithms.h \
        DetailedStats.cc \
        DetailedStats.h \
        Exceptions.cc \
        Exceptions.h \
+       forward.h \
        List.cc \
        List.h \
-       Stream.h \
+       MemBlob.cc \
+       MemBlob.h \
+       OutOfBoundsException.h \
+       SBuf.cc \
+       SBuf.h \
        Stats.cc \
-       Stats.h
+       Stats.h \
+       Stream.h