summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-12-04 12:37:38 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-12-04 12:37:38 +0200
commit9325828c77b142e177433defa912cebb878a4025 (patch)
treed2d410e4dbe3432665214d540dfda8118d72e7b8 /src
parent6b60fdb35beafdf4185db512a6e47a1decc7826d (diff)
* src/Makefile.am: put files in alphabetical order
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0607ed9..35e6b08 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 \