From: Alex Rozenman <rozenman@gmail.com>
Date: Sat, 4 Jul 2009 19:59:29 +0000 (+0300)
Subject: 	Alphabetical order in src/Makefile.am.
X-Git-Tag: v2.5_rc1~215
X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/dad6544d4aec3f4bd57b14ded810c22a98bfad4e

	Alphabetical order in src/Makefile.am.
	* src/Makefile.am: Adjust.
---

diff --git a/ChangeLog b/ChangeLog
index a5972d08..9ed46270 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-04  Alex Rozenman <rozenman@gmail.com>
+
+	Alphabetical order in src/Makefile.am.
+	* src/Makefile.am: Adjust.
+
 2009-07-04  Alex Rozenman <rozenman@gmail.com>
 
 	Style changes and factoring.
diff --git a/src/Makefile.am b/src/Makefile.am
index 2192f809..13442bac 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,6 +49,7 @@ bison_SOURCES =					  \
 	location.c location.h			  \
 	main.c					  \
 	muscle_tab.c muscle_tab.h		  \
+	named-ref.c named-ref.h			  \
 	nullable.c nullable.h			  \
 	output.c output.h			  \
 	parse-gram.h parse-gram.y		  \
@@ -67,8 +68,7 @@ bison_SOURCES =					  \
 	system.h				  \
 	tables.h tables.c			  \
 	uniqstr.c uniqstr.h			  \
-	graphviz.c graphviz.h			  \
-	named-ref.c named-ref.h
+	graphviz.c graphviz.h
 
 EXTRA_bison_SOURCES = scan-code.l scan-skel.l scan-gram.l