Makefile.am: drop AM_LFLAGS
authorRan Benita <ran234@gmail.com>
Sat, 28 Sep 2013 21:16:39 +0000 (00:16 +0300)
committerRan Benita <ran234@gmail.com>
Sat, 28 Sep 2013 21:16:39 +0000 (00:16 +0300)
We don't use a lex/flex anymore so this is not used.

Signed-off-by: Ran Benita <ran234@gmail.com>
Makefile.am

index d72c91b..ad30a68 100644 (file)
@@ -18,7 +18,6 @@ AM_CFLAGS = $(BASE_CFLAGS)
 
 AM_LDFLAGS = -no-undefined
 
-AM_LFLAGS = -o lex.yy.c
 AM_YFLAGS = -d
 
 xkbcommonincludedir = $(includedir)/xkbcommon