From 9325828c77b142e177433defa912cebb878a4025 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 4 Dec 2010 12:37:38 +0200 Subject: [PATCH] * src/Makefile.am: put files in alphabetical order --- src/Makefile.am | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0607ed91..35e6b08f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -70,20 +70,17 @@ libmu_la_SOURCES= \ mu-msg-fields.h \ mu-msg-flags.c \ mu-msg-flags.h \ - mu-msg-prio.c \ - mu-msg-prio.h \ - mu-msg-status.h \ - mu-msg.c \ - mu-msg.h \ - mu-msg-priv.h \ mu-msg-iter-priv.hh \ mu-msg-iter.cc \ mu-msg-iter.h \ mu-msg-part.c \ mu-msg-part.h \ - mu-str.c \ - mu-str-normalize.c \ - mu-str.h \ + mu-msg-prio.c \ + mu-msg-prio.h \ + mu-msg-priv.h \ + mu-msg-status.h \ + mu-msg.c \ + mu-msg.h \ mu-msg.h \ mu-output-link.c \ mu-output-link.h \ @@ -96,6 +93,9 @@ libmu_la_SOURCES= \ mu-runtime.h \ mu-store.cc \ mu-store.h \ + mu-str-normalize.c \ + mu-str.c \ + mu-str.h \ mu-util-db.cc \ mu-util-db.h \ mu-util.c \