From 935478c3fe03346f6d6323f00424df07b2f04c70 Mon Sep 17 00:00:00 2001 From: Explorer09 Date: Sat, 26 Nov 2016 17:21:25 +0800 Subject: build: allow building libfl even with --disable-libfl. For various reasons, we may wish to build libfl explicitly even when configure has been run with the --disable-libfl option. This is possible, now, via 'make -C src libfl.la'. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index fdd3c92..0d267db 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,11 +10,11 @@ noinst_PROGRAMS = stage1flex if ENABLE_LIBFL lib_LTLIBRARIES = libfl.la +endif libfl_la_SOURCES = \ libmain.c \ libyywrap.c libfl_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ -endif stage1flex_SOURCES = \ scan.l \ -- cgit v1.2.3