Makefile.am: drop AM_LFLAGS We don't use a lex/flex anymore so this is not used. Signed-off-by: Ran Benita <ran234@gmail.com>
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