From 0dbe20ae9643a6bd7f85993b2a2dce9dd3c5caa2 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sun, 29 Sep 2013 00:16:39 +0300 Subject: [PATCH] Makefile.am: drop AM_LFLAGS We don't use a lex/flex anymore so this is not used. Signed-off-by: Ran Benita --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d72c91b..ad30a68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,6 @@ AM_CFLAGS = $(BASE_CFLAGS) AM_LDFLAGS = -no-undefined -AM_LFLAGS = -o lex.yy.c AM_YFLAGS = -d xkbcommonincludedir = $(includedir)/xkbcommon