From cf00d5a1b522a3d3e7d7742a2761ab1cb59f3d70 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Tue, 1 Mar 2016 16:52:09 +0100 Subject: [PATCH] Sort sbuf/Makefile.am --- src/sbuf/Makefile.am | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/sbuf/Makefile.am b/src/sbuf/Makefile.am index 8b06dfc8d1..63dd45ce8d 100644 --- a/src/sbuf/Makefile.am +++ b/src/sbuf/Makefile.am @@ -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 -- 2.47.2