From 9e1ec519f4eecc0b527d94e3aa70a117a1a1591b Mon Sep 17 00:00:00 2001 From: Will Estes Date: Sun, 29 Nov 2015 19:04:38 -0500 Subject: [PATCH] Sorted file names in flex_SOURCES --- src/Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index e324854..3d858b7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,27 +11,27 @@ lib_LTLIBRARIES = \ libfl_pic.la flex_SOURCES = \ + buf.c \ ccl.c \ dfa.c \ ecs.c \ - scanflags.c \ + filter.c \ gen.c \ main.c \ misc.c \ nfa.c \ + options.c \ parse.y \ + regex.c \ scan.l \ + scanflags.c \ + scanopt.c \ skel.c \ sym.c \ - tblcmp.c \ - yylex.c \ - options.c \ - scanopt.c \ - buf.c \ tables.c \ tables_shared.c \ - filter.c \ - regex.c + tblcmp.c \ + yylex.c LDADD = ../lib/libcompat.la -- 2.40.0