From 7bd55633c1b8f2de8235a8294761d992dc8f840f Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 22 Jan 2017 13:53:43 +0100 Subject: [PATCH] order --- src/lib/utils/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/utils/Makefile.am b/src/lib/utils/Makefile.am index f04a474c..2a6641a3 100644 --- a/src/lib/utils/Makefile.am +++ b/src/lib/utils/Makefile.am @@ -8,12 +8,12 @@ libutils_a_SOURCES = log.cpp \ tcpsocket.h \ thread.cpp \ thread.h \ - clock.h \ clock.cpp \ + clock.h \ queue.h \ notify.h \ - rotatefile.h \ - rotatefile.cpp + rotatefile.cpp \ + rotatefile.h distclean-local: -rm -f Makefile.in