From eb2c1b2c92e3bf51e3b287c86ea318377418cc85 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Mon, 23 Jul 2001 21:06:23 +0000 Subject: add AUTOMAKE_OPTIONS, info_TEXINFOS, include_HEADERS, noinst_HEADERS; it's libfl.a, not libflex.a --- Makefile.am | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 919c6a0..ac8e849 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,11 @@ +AUTOMAKE_OPTIONS = \ + gnits \ + check-news \ + no-texinfo.tex \ + readme-alpha + bin_PROGRAMS = flex -lib_LIBRARIES = libflex.a +lib_LIBRARIES = libfl.a flex_SOURCES = \ ccl.c \ @@ -16,6 +22,16 @@ flex_SOURCES = \ tblcmp.c \ yylex.c -libflex_a_SOURCES = \ +libfl_a_SOURCES = \ libmain.c \ libyywrap.c + +noinst_HEADERS = \ + flexdef.h \ + version.h + +include_HEADERS = \ + FlexLexer.H + +info_TEXINFOS = \ + flex.texi -- cgit v1.2.3