]> granicus.if.org Git - flex/commitdiff
add AUTOMAKE_OPTIONS, info_TEXINFOS, include_HEADERS, noinst_HEADERS; it's libfl...
authorWill Estes <wlestes@users.sourceforge.net>
Mon, 23 Jul 2001 21:06:23 +0000 (21:06 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Mon, 23 Jul 2001 21:06:23 +0000 (21:06 +0000)
Makefile.am

index 919c6a098db38e122b35131c7da6e8b08020352f..ac8e84930380ede5c9370a6d9b910ea2dbfbc839 100644 (file)
@@ -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