[ghex] Makefile.am: Sort the source file list



commit bdf18e3ec544d5f845edc1cad1b397c3d84f1082
Author: Kalev Lember <kalevlember gmail com>
Date:   Fri Apr 27 20:03:11 2012 +0300

    Makefile.am: Sort the source file list

 src/Makefile.am |   30 +++++++++++++++++++++++-------
 1 files changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index f4b5c26..4f277f1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -48,13 +48,29 @@ gtkhexinclude_HEADERS = \
 	hex-document.h 			\
 	gtkhex.h
 
-ghex_SOURCES = \
-	hex-document-ui.c preferences.c findreplace.c converter.c	\
-	config.c main.c ui.c chartable.c				\
-	print.c ghex-window.c ghex-window.h				\
-	factory.c factory.h hex-dialog.c hex-dialog.h			\
-	configuration.h preferences.h findreplace.h print.h		\
-	converter.h chartable.h ui.h
+ghex_SOURCES =			\
+	chartable.c		\
+	chartable.h		\
+	config.c		\
+	configuration.h		\
+	converter.c		\
+	converter.h		\
+	factory.c		\
+	factory.h		\
+	findreplace.c		\
+	findreplace.h		\
+	ghex-window.c		\
+	ghex-window.h		\
+	hex-dialog.c		\
+	hex-dialog.h		\
+	hex-document-ui.c	\
+	main.c			\
+	preferences.c		\
+	preferences.h		\
+	print.c			\
+	print.h			\
+	ui.c			\
+	ui.h
 
 EXTRA_DIST = \
 	ghex-ui.xml \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]