mirror of
https://github.com/westes/flex.git
synced 2026-01-27 01:44:23 +00:00
Linked flex binary against libintl, not libfl.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
This commit is contained in:
parent
958ccda44e
commit
11ea8d73fc
@ -1,7 +1,7 @@
|
||||
AM_YFLAGS = -d
|
||||
localedir = $(datadir)/locale
|
||||
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl
|
||||
LIBS = @LIBINTL@ @LIBS@
|
||||
LIBS = @LIBS@
|
||||
|
||||
m4 = @M4@
|
||||
|
||||
@ -41,7 +41,7 @@ COMMON_SOURCES = \
|
||||
tblcmp.c \
|
||||
yylex.c
|
||||
|
||||
LDADD = ../lib/libcompat.la
|
||||
LDADD = ../lib/libcompat.la @LIBINTL@
|
||||
|
||||
libfl_la_SOURCES = \
|
||||
libmain.c \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user