diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-07-20 11:01:36 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-07-20 11:01:36 +0000 |
commit | e4d9a9e27d58891cfac806edbab9197e0b9fd31d (patch) | |
tree | 26813896a0855ba60e067edaeddec091a51bf13f /legacy/eet | |
parent | 641f662330b4865a14e165257784b6503f76062c (diff) |
I like alphabetical order
SVN revision: 74237
Diffstat (limited to 'legacy/eet')
-rw-r--r-- | legacy/eet/src/lib/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/legacy/eet/src/lib/Makefile.am b/legacy/eet/src/lib/Makefile.am index 38096e7406..438aecc7f1 100644 --- a/legacy/eet/src/lib/Makefile.am +++ b/legacy/eet/src/lib/Makefile.am | |||
@@ -20,14 +20,14 @@ lib_LTLIBRARIES = libeet.la | |||
20 | libeet_la_SOURCES = \ | 20 | libeet_la_SOURCES = \ |
21 | Eet_private.h \ | 21 | Eet_private.h \ |
22 | eet_alloc.c \ | 22 | eet_alloc.c \ |
23 | eet_lib.c \ | ||
24 | eet_data.c \ | ||
25 | eet_image.c \ | ||
26 | eet_cipher.c \ | 23 | eet_cipher.c \ |
24 | eet_connection.c \ | ||
25 | eet_data.c \ | ||
27 | eet_dictionary.c \ | 26 | eet_dictionary.c \ |
27 | eet_image.c \ | ||
28 | eet_lib.c \ | ||
28 | eet_node.c \ | 29 | eet_node.c \ |
29 | eet_utils.c \ | 30 | eet_utils.c \ |
30 | eet_connection.c \ | ||
31 | lz4/lz4.c \ | 31 | lz4/lz4.c \ |
32 | lz4/lz4.h \ | 32 | lz4/lz4.h \ |
33 | lz4/lz4hc.c \ | 33 | lz4/lz4hc.c \ |